Click to See Complete Forum and Search --> : HTML comments


OhLordy
04-10-2003, 07:03 AM
Yes, you can have a good old laugh about this question but I've just never really needed them in html before.
How do I put comments in html?
Many thanks
Rob

pyro
04-10-2003, 07:09 AM
This is how you start a comment: <!-- and this is how you end it: --> Comments can span multiple lines.

OhLordy
04-10-2003, 08:47 AM
thanx pyro