w3schools    w3Schools
Search :
   
HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...   References Examples Forum About
ADVERTISEMENTS

XML Certification
Download XML editor
Custom Programming
 
Table of contents
HTML DOM
DOM HOME
DOM Intro
DOM Nodes
DOM Node Tree
DOM Methods
DOM Node Access
DOM Node Info
DOM How To
DOM Events
DOM Reference
DOM Summary

DOM Examples
DOM Examples

DOM Objects
DOM Window
DOM Navigator
DOM Screen
DOM History
DOM Location

DOM Document

DOM Anchor
DOM Area
DOM Base
DOM Body
DOM Button
DOM Event
DOM Form
DOM Frame
DOM Frameset
DOM IFrame
DOM Image
DOM Input Button
DOM Input Checkbox
DOM Input File
DOM Input Hidden
DOM Input Password
DOM Input Radio
DOM Input Reset
DOM Input Submit
DOM Input Text
DOM Link
DOM Meta
DOM Object
DOM Option
DOM Select
DOM Style
DOM Table
DOM TableCell
DOM TableRow
DOM Textarea

Selected Reading
Web Statistics
Web Glossary
Web Hosting
Web Quality

Browse Tutorials
 

HTML DOM Link Object


Link Object

The Link object represents an HTML <link> element. The <link> element defines the relationship between two linked documents

The <link> element is defined in the head section of an HTML document.

IE: Internet Explorer, F: Firefox, O: Opera, W3C: World Wide Web Consortium (Internet Standard).

Link Object Properties

Property Description IE F O W3C
charset Sets or returns the character encoding of the target URL 4 1 9 Yes
disabled Sets or returns whether or not the target URL should be disabled 4 1 9 Yes
href Sets or returns the URL of a linked resource 4 1 9 Yes
hreflang Sets or returns the base language of the target URL 4 1 9 Yes
id Sets or returns the id of a <link> element 4 1 9 Yes
media Sets or returns on what device the document will be displayed 6 1 9 Yes
name Sets or returns the name of a <link> element 4 No No Yes
rel Sets or returns the relationship between the current document and the target URL 4 1 9 Yes
rev Sets or returns the relationship between the target URL and the current document 4 1 9 Yes
type Sets or returns the MIME type of the target URL 4 1 9 Yes

Standard Properties

Property Description IE  F O W3C
dir Sets or returns the direction of text 5 1 9 Yes
lang Sets or returns the language code for an element 5 1 9 Yes