<html> <head> <title> Minimal HTML Document </title> </head> <body>This paragraph is a very simple HTML sample containing only text with very few tags. Compare this to its source code to see the minimum elements required for an HTML document. </body> </html>