Understand
- How basic HTML tags are constructed
- How paragraph and anchor tags interact to connect the web
- How code playgrounds allow you to test your HTML
Apply
- Complete CodeCademy lessons 1.4-1.6
- Open and use CodePen to render HTML <h1>, <p>, <a>
Create
- Develop a small "about" site in CodePen that uses headings, paragraphs, anchors
For the instructor's eyes only
<h1>I Love Learning</h1>
Open tag
Close tag
The browser removes the tags!
Code
Website
10 min
10 min
10 min