Understand
- Why Divs are useful for organizing HTML pages and how to use them
- Intro to CSS background and font-family
Apply
- Complete CodeCademy Site Structure (1.11-1.13)
- Use CodePen to redesign recipe site with divs and CSS
Create
- Add divs to recipe page HTML on CodePen and follow instructor to change background color and font family
For the instructor's eyes only
<h1> and <p>
Regular paragraph text
<h1> and <h2>
<u1> and <ol>
Unordered (Bullet) List
Ordered (Number) List
<img src=" ">
?
<img src="www.example.com/bball.jpg">
image url
Hello! My favorite website is Google.
<p>Hello! My favorite website is
<a href="www.google.com">Google.</a></p>
anchor link
8 min
before
after
div class="ingredients"
div class="steps"
5 min
10 min