HTML and CSS Reference
In-Depth Information
. author he current document's author's home or proile page.
. canonical he oicial or authoritative URL for the current document.
. irst Indicates that the current document is part of a series. he href
points to the irst page in the series.
. help A link to help documentation.
. index A link to a table of contents or index listing that includes the cur-
rent document.
. last Indicates that the current document is part of a series. he href
points to the last page in the series.
. license A reference page documenting the licensing terms of a copy-
right covering the current document.
. next
he URL of the document that follows the current document in a
series.
. pingback he address of the pingback server for the current document.
. prev he URL of the document that precedes the current document in
a series.
. search A link to a page for searching through the current document's
content and its related pages.
. tag he URL is a reference page for a tag that applies to the current
document.
. up A link to the parent of the current document in a tree-structured
collection of pages.
link elements are not required. hey are provided primarily to make the
Web more knowledgeable about the resources it hosts and as an aid to organi-
zations that deploy custom robots. Here are some additional examples:
<link rel="stylesheet" href="/css/style.css" type="text/css"/>
<link rel="alternate" type="application/rss+xml"
title="example.com RSS Feed" href="http://example.com/feed/"/>
<link rel="pingback" href="http://example.com/xmlrpc.php"/>
<link rel="icon" href="/favicon.ico"/>
<link rel="index" title="example.com" href="http://example.com"/>
<link rel="canonical" href="http://example.com"/>
 
Search WWH ::




Custom Search