HTML Tips and Tricks
This page is where i keep all the helpful tips and tricks i have come across when using HTML.
Top Ten HTML Tips and Tricks
- Use the alt="" attribute on the img tag
- Do not use the <blink> tag, it is annoying
- Always Specify a !DOCTYPE
- Always have some sort of contact ie. email address
- Use the same colours/layout for each page (so people know they are on the same site)
- Always check all your links after you create them to avoid having broken links
- Avoid using HTML Frames, they can be annoying and search engines don't like them
- Make sure you can get to the home page of your site from anywhere on your site
- Try not to use any popups for advertisment, everyone hates them
- Always keep you site nice and simple to use

