Core Document Structure
This site uses bear facts to explain the main HTML structural tags:
- <html> — wraps the entire “bear website.”
- <head> — stores bear page metadata like <meta> and the page <title>.
- <meta> — charset, viewport, and description help browsers “understand” our bear pages.
- <body> — where all the visible bear content lives.
- <div> — generic container used to group the header/navigation about bears.