Posts tagged with “header”

March 9th, 2009

HTML5 / XHTML5 with CSS for Safari, Firefox, Opera & IE

As I started a new WordPress theme, the time was right to do this in XHTML5.
1. The XHTML5 header / head
The doctype is much easier now. And it’s the first time for me to write it by hand and not via copy ’n’ paste. The doctype is as simple as:

2. Structuring the content with “header”, “nav”, […]

Read on …