Idaho Beekeeper HTML Structure Exercise
This exercise is intended to help you practice structuring an HTML document in a meaningful way.
First, add all the basic document tags needed for a standard HTML page. (Doctype, html, head, title, meta, body)
Second, carefully analyze the layout of the content. Add appropriate semantic tags (header, nav, article, section, footer) to organize the document.