CodeLab
Tutorials For Everyone
Run
<!Doctype html> <html> <head> <title>HTML Comments</title> </head> <body> <!--Write your comments here--> <!--This is an HTML comment--> <!--This is an other HTML comment--> </body> </html>