|
HTML Tips & Tricks
Viewing source code
If you have ever wondered how a site manages to do something
that looks cool then why not have a look. In most browsers
you can goto View > Source and the page's source code will
be displayed.
Building a template
If you use a page design regularly or even just use a basic
page, then you can save some time by coding the page up then
saving it. Then when you want to use it, open it, save it
under a different filename and you are away. Then when you
want another page you go back to your original file and do
the same again.
Validate your HTML
If you want to check your HTML to see if it conforms with
W3C standard, you can use the online validation service on
the W3C website. You can even add a button or link on your
page so your users can confirm your HTML is valid.
http://validator.w3.org/
|