Snip
|
Rel-Tag is one of several MicroFormats. By adding rel="t... a page indicates that the destination of that hyperlink ... author-designated "tag" (or keyword/subject) for the cur...
|
---|
Categories |
|
---|
For Snip |
loading snip actions ... |
---|---|
For Page |
loading url actions ... |
Rel-Tag is one of several MicroFormats. By adding rel="tag"
to a hyperlink, a page indicates that the destination of that hyperlink is an author-designated "tag" (or keyword/subject) for the current page. Note that a tag may just refer to a major portion of the current page (i.e. a blog post). e.g. by placing this link on a page,
<a href="http://technorati.com/tag/tech" rel="tag">tech</a>
the author indicates that the page (or some portion of the page) has the tag "tech".
HTML |
<p><a href="/wiki/Rel-Tag" title="Rel-Tag">Rel-Tag</a> is one of several <a href="/wiki/MicroFormats" title="MicroFormats">MicroFormats</a>. By adding <code>rel="tag"</code> to a hyperlink, a page indicates that the destination of that hyperlink is an author-designated "tag" (or keyword/subject) for the current page. Note that a tag may just refer to a major portion of the current page (i.e. a blog post). e.g. by placing this link on a page, </p> <pre><a href="http://technorati.com/tag/tech" rel="tag">tech</a></pre> <p>the author indicates that the page (or some portion of the page) has the tag "tech". </p> |
---|