The Minimal HTML Document
Every HTML document should contain certain HTML tags.
Each document consists of head and body text.
Body: contains the actual text, made up of paragraphs, lists, and other elements.
The minimum required elements are the <html>, <head>, <title>, and <body> tags, and their corresponding end tags.
You might want to create a template with these tags.