--- title: Basic HTML --- ## Basic HTML ## Basic Page Structure: ```html ``` ## Explanation: The `` is to tell the browser you want the page to be rendered using HTML5. The `` is were you want to put things that help the browser and search engines such as `` and ``. The `` is were the tags that will display on the page are such as `

` or `

`.