Internet Technologies:hrf

HTMLLinkElement() Professional

Super class

HTMLElement()

Class function

HTMLLinkElement() 

Reflected HTML tag

<link>  </link> 

Instantiation

:new( [<oParent>]        , ; 
[<cHTMLTag>]       , ; 
[<cHTMLAttributes>], ; 
[<cHTMLContent>]     ) --> oHTMLLinkElement 

Instance variables reflecting tag attributes

:charset      | Character 
:disabled     | Logical   
:href         | Character 
:hreflang     | Character 
:media        | Character 
:rel          | Character 
:rev          | Character 
:target       | Character 
:type         | Character 

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.