Structure of an html document
Structure of an HTML Document
An HTML document requires 3 tags in order to be displayed correctly.
<HTML> - This tag always begins the document. This tells the browser that everything below it (until the /html) is going to be in html format...