1 2 3 4 5 6 7 8 9 10
<html> <head> <title>HTML page</title> </head> <body> <p>Lorem ipsum</p> <h1>one thing</h1> <p>another thing</p> </body> </html>