CodeLab
Tutorials For Everyone
Run
<!Doctype HTML> <html> <head> <title>Tuts Insider</title> </head> <!--The Content after this tag is visible--> <body> <h1>Heading level 1 of the element..... </h1> <h2>Heading level 2 of the element..... </h2> <p>Paragraph of the element..... </p> <span>The content of the element..... </span> </body> </html>