HTML Document Format
HTML documents are of the following format:
<html>
<head>
<title> .......... </title>
</head>
<body>
..........
</body>
</html>
It is recommendable that you make some template files of HTML documents.
Indeed, in most cases, you would make an HTML document file by
copying an existing HTML document file, and
deleting/modifying/adding contents.