published by adal on Tue, 06/29/2010 - 21:11
Put HTML tags in correct - Don't put tags as incomplete. - Style sheet link tags in head tags. - Script tags as in bottom of the HTML document. - tag text as in smaller case. - Don't write inline...Put HTML tags in correct
- Don't put tags as incomplete.
- Style sheet link tags in head tags.
- Script tags as in bottom of the HTML document.
- tag text as in smaller case.
- Don't write inline CSS.
- Don't write inline JS.
- Combine all the CSS files into single CSS file.
- Combine all the JS file into single JS file.
- Use CSS compresser to compress the file after development gets over.
- Use JS compresser to compress the file after development gets over.
- Use CSS Reset file to reset all the components on HTML.
- All image tags set ALT attribute.
- Learn how to target IE browsers.
- Use navigation as in Unordered List.
- Use H1 - H6 tags.
- Declare the correct document type.
Use Development Tools in Mozilla
- Fire Bug.
- YSlow for firebug.
- Developers Toolbar.