MATERIAL FOR YOUR STEP 3 PAGE
Everything inside the gray-blue box below is what you rewrite, in your own words, onto your step3.html page.
The text tags — and only these
Headings run h1 through h6 — six levels, no more. There is no h7, and you never invent your own tags; browsers simply ignore what they don’t recognize. Paragraphs use p.
Two matching pairs for emphasis
For emphasis, i matches em (italic) and b matches strong (bold). Each pair produces the same visible result.
The five structural elements
Five elements organize a page: header, main, footer, aside, and section. Use them consistently. In our standard layout, main wraps the two section blocks and the aside — the body holds everything, but main is the box that directly contains them.
Where these elements came from
These elements were once all divs that nearly everyone named the same way. Because the names were so common, the standard promoted them into real elements — the box you were already building, made official.