The link Element

The link element is represented by the HTMLLinkElement object. HTMLLinkElement object defines the properties shown in the following table.

NameDescriptionReturns
disabledCorresponds to the disabled attributeboolean
hrefCorresponds to the href attributestring
relCorresponds to the rel attributestring
mediaCorresponds to the media attributestring
hreflangCorresponds to the hreflang attributestring
typeCorresponds to the type attributestring
Home 
  JavaScript Book 
    DOM