The minimal HTML document contains the following tags:
<html>
<head>
<title> Your Title goes Here</title>
</head>
<body> This is where all your text should appear.!
</body>
</html>
Note that the document begins with a <html> tag and ends with a </html> tag. The <head> and <title> tags allow you to enter information that will be displayed in the Title Bar for the document window. The actual information to be displayed in the document is contained between the <body> and </body> tags.