60 Performance and Optimization Tips for your Website - Optimize your HTML...
(Page 5 of 12 )
16. Optimize your HTML code with free online tools such as iWebTool (
http://www.iwebtool.com/html_optimizer) to reduce the overall size of the html file.
17. Avoid using frames. Each frame loads its own web page which can increase the overall response time of a webpage.
18. Minimize the amount of text and sub-tags between the HEAD open and close tag.
19. Place external JavaScript tags, i.e. with src=”[someurl]”, at the end of the document to delay loading.
20. Simplify tables and avoid nested tables (tables within tables).
21. In tables use background colors instead of images.
Next: Avoid using WYSIWYG... >>
More Web Development Articles
More By Jase Dow