HTML Review
Goals
- Explain the purpose of HTML
- Be able to read through an HTML file and anticipate what the browser will render
Pre-work Review
Look at the HTML in the CodePen below. Using what you learned from the pre-work:
- Make one observation about the code
- Ask one question about the code
Example:
- Observation: The
h1
element has the content of “Kittens” - Question: What is happening on line X?
See the Pen HTML Review by Try Coding (@turing-trycoding) on CodePen.