??? THE ESSENTIAL GUIDE TO CSS AND HTML WEB DESIGN 428 Element Attribute Description Standard attributes Core attributes, language attributes Core events charset=charset href=URL The URL of the target. continues Defines the language of the linked document. hreflang= language code Defines the character set of the target document. Defines the relationship between two linked documents. Must be placed in the head section of a document. Mainly used for attaching external style sheets and favicons to a document. Also, modern blogging systems use link elements to define relationships between the current document and others, such as XML feeds, next and previous pages, and archives. When used fully, link elements can have considerable accessibility and usability benefits; for example, some modern browsers use the data to provide extra navigation toolbars/options. See also Chapter 2, ???Attaching external CSS files: The link method,??? and ???Attaching favicons and JavaScript.??? Defines the number of the item in an ordered list. Cannot be used in XHTML Strict. value=number (deprecated) Specifies the list type for the list item. (See the and
entries for possible values.) Cannot be used in XHTML Strict. type=format (deprecated) XHTML REFERENCE 429 A Element Attribute Description Standard attributes rel=relationship rev=relationship type=MIME type