PDA

View Full Version : My massive HTML tutorial!!



Shane
July 13th '05, 08:02 PM
There will be a slight delay on my complete HTML tutorial due to the fact i need to get this site back in shape!


Addings bits a little at a time, no one will be able to reply to this till all is done!!!

Shane
January 6th '06, 09:23 PM
The Comment tag


<!--...-->

Definition and Usage
The comment tag is used to insert a comment in the source code. A comment will be ignored by the browser. You can use comments to explain your code, which can help you when you edit the source code at a later date.