About This Page
I am using this page to practice reading and understanding HTML rather than only looking at the final result in the browser.
HTML Elements I Recognize
- Headings
- Paragraphs
- Lists
- Links
- Sections
My Development Workflow
- Create or edit the HTML
- Read the generated code
- Identify unfamiliar elements
- Ask questions
- Test the page
- Commit the changes
Something I Learned
Reading this HTML helped me understand that elements such as header, main, section, and footer describe the purpose of different parts of a page.