- 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;