html

html-ipsum.com

html5 rocks

  • do not use block elements (for example "h1") inside inline elements (for example "a");
  • do not use link tag if it is not a link (for example ajax action);
  • if something looks like a table than make it with the table tag, if it looks like a list - make it with the list tag;

Leave a Reply

Your email address will not be published. Required fields are marked *