#4
Tag Soup and Presentation
Don't use some jumble of elements just to get it to look right.
Use CSS to get it to look right.
For example:
<p class="author-name">Alex Milowski</p>
and the CSS:
p.author-name { font-size: 20pt; font-weight: bold; text-align: center; }