An HTML Page Always Has The Following Basic Structure
1. <!DOCTYPE html> tag identifies that the document will be a webpage based on html.
2. the an <html> tag is opened, and now html tags can be used in the document until it is closed off </html>.