HTMLLinkElement

Module:
html
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Member Data

charset
disabled
href
hreflang
media
rel
rev
sheet
target
type

charset


attribute DOMString charset; 


disabled


attribute boolean disabled; 


href


attribute DOMString href; 


hreflang


attribute DOMString hreflang; 


media


attribute DOMString media; 


rel


attribute DOMString rel; 


rev


attribute DOMString rev; 


sheet


readonly attribute StyleSheet sheet; 


target


attribute DOMString target; 


type


attribute DOMString type; 

 

Last Updated: 2009-05-29