<!DOCTYPE html> <html> <head> <title>Example | title of HTML page</title> </head> <body> <h1>This is Heading tag</h1> <p>This is paragraph tag</p> </body> </html>