I like building stuff, and currently I'm getting into building websites using ASP.NET. I (think I) know how to code, and how to make that code look elegant. What I (know I) don't know is how to make things look pretty... for the users.
I was just introduced to css Zen garden, and oh my gawd does that look pretty. It looks pretty in (at time of writing) 210 ways, and all thanks to a clean separation of content and layout/graphical-design (Content being the HTML, and layout/graphical-design being the CSS of course). Go ahead, take a look :-)
I'm planning to ask a CSS guru to create a stylesheet for my website, but I want to make things as easy as possible for him. (And any future CSS guru's I might approach in the future). I don't know any CSS experts, that's why I'm asking here ;-)
For example I've noticed in HTML of the css Zen garden that most <div> and <p> tags have an "id" or "class" attribute to help the CSS creators.
So what I'd like to have is some kind of list with best practises for writing HTML, so that it is made very easy to (let someone) create a stylesheet for that HTML. Examples are always welcome!