We Recommend

HTML: The Definitive Guide HTML: The Definitive Guide
They teach you that learning HTML is like learning any other language and that reading a book of rules can only take you so far. Readers begin writing what may be their first Web page just two pages into the book's second chapter. From there on, they provide a wide range of HTML coding to allow readers to learn from good examples. The book includes a handy "cheat sheet" of HTML codes for quick reference.


Posted By

1man on 06/01/08


Tagged

for microformat rev vote against abstain


Versions (?)


VoteLinks microformat


Published in: HTML 


Not very widely addopted microformat, but could be in the future.

  1. <!-- VoteLinks Microformat -->
  2. <!-- Three possibilities for the rev attribute -->
  3. <a href="http://mydomain.com/" rev="vote-for">For the Domain</a>
  4. <a href="http://mydomain.com/" rev="vote-against">Against the Domain</a>
  5. <a href="http://mydomain.com/" rev="vote-abstain">Neither for / against the Domain</a>
  6. <!--
  7. NOTE: Rel attribute was used in the past, but this is now depriciated. Rev is used as
  8. it is logically correct (relationship between the document containing the link and
  9. the linked document)
  10. -->

Report this snippet 

You need to login to post a comment.