|
|
The <code> LINK </code> element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa). See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#edef-LINK"> LINK element definition </a> in HTML 4.0.
| bool |
[const]
Enables/disables the link. This is currently only used for style sheet links, and may be used to activate or deactivate style sheets.
| void |
see disabled
| DOMString |
[const]
The character encoding of the resource being linked to. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-charset"> charset attribute definition </a> in HTML 4.0.
| void |
see charset
| DOMString |
[const]
The URI of the linked resource. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-href"> href attribute definition </a> in HTML 4.0.
| void |
see href
| DOMString |
[const]
Language code of the linked resource. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-hreflang"> hreflang attribute definition </a> in HTML 4.0.
| void |
see hreflang
| DOMString |
[const]
Designed for use with one or more target media. See the <a href="http://www.w3.org/TR/REC-html40/present/styles.html#adef-media"> media attribute definition </a> in HTML 4.0.
| void |
see media
| DOMString |
[const]
Forward link type. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-rel"> rel attribute definition </a> in HTML 4.0.
| void |
see rel
| DOMString |
[const]
Reverse link type. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-rev"> rev attribute definition </a> in HTML 4.0.
| void |
see rev
| DOMString |
[const]
Frame to render the resource in. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-target"> target attribute definition </a> in HTML 4.0.
| void |
see target
| DOMString |
[const]
Advisory content type. See the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-type-A"> type attribute definition </a> in HTML 4.0.
| void |
see type
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35. |