CodeLab
Tutorials For Everyone
Run
<!Doctype HTML> <html> <head> <title>Tuts Insider</title> </head> <!--The Content after this tag is visible--> <body> <!-- This is a heading--> <h2>HTML elements</h2> <!-- This is a paragraph--> <p>The page contains HTML introductory information.</p> </body> </html>