Learn HTML Video Tutorial HTML Reference Get Certified HTML Example: <!DOCTYPEhtml> <html> <head> <title>HTML Tutorial</title> </head> <body> <h1>This is a heading</h1> <p>This is a paragraph.</p> </body> </html> Try it Yourself ...