HTML link labels - CSS embedded in HTML - HTML tutorial, XHTML Guide

Change Font Size: / / Directory List

17.2. HTML link labels

17.2.1. HTML rel attribute
17.2.2. HTML rev attribute
17.2.3. HTML alternate attribute value
17.2.4. HTML start next prev attribute value
Link tags - When used in the document statement external resources (such as CSS), the use of this label
  • Link the labels alone
  • Attribute
    • Href - designated to load resources (CSS) addresses URI
    • Media - media types, see the CSS Tutorial
    • Rel - designated types of links
    • Rev - designated types of links
    • Type - the type that contains the content, the general use of type = "text / css"
  • Trackback Address: http://www.nt22.com/xhtml-html/tag_link/

Example

  <head> <link Rel = "stylesheet" type = "text/css" href = "style.css" /> </ head> 

Extended reading

  • External quoted CSS style