by
Anonymous Coward
on Wednesday September 07 2005, @03:38AM
(#6296)
It can be a whole lot better. I see you do the same mistake many other sites do: Instead of using the native header tags, you use a div and a class. This leads to unneccessary clutter, and frankly doesn't look too good if you use a browser which doesn't support CSS (just disable the stylesheet to see what I'm talking about). Granted, those browsers aren't too common anymore, but you should still cater for them.
A good rule of thumb is to try and use as little divs as possible, since they at this point doesn't carry the same semantic weight as h1, p and uls do.
Looking good, but... (Score:0)
A good rule of thumb is to try and use as little divs as possible, since they at this point doesn't carry the same semantic weight as h1, p and uls do.
- Wertigon