Quote:
|
If your site is IT related, you can be sure people are looking at your source code. I often shake my head when I see nice looking sites using this code.
|
Amen brother!
There are two things I do when I visit almost any website on my Firefox (with the
Webdeveloper Extension):
1-Press CTRL + SHIFT + S, which means deactivating CSS in order to check the document's semantics.
2-Press CTRL + U, in firefox to view how clean the <head> block is.
Sometimes also press CTRL + SHIFT + A to validate it's XHTML markup. But many websites fail to comply with this rule :(