HTML and CSS Reference
In-Depth Information
8. </div><!--
9.
10. --><aside class="col-1-3">
11. ...
12. </aside>
13.
14. </section>
15.
16. <section id="shay-howe">
17.
18. <div class="col-2-3">
19. ...
20. </div><!--
21.
22. --><aside class="col-1-3">
23. ...
24. </aside>
25.
26. </section>
27.
28. </div>
29. </section>
Notice how the first speaker <section> element, for Chris Mills, includes the
class attribute value of speaker , which vertically separates it from the speaker
<section> element for myself, Shay Howe. The last speaker <section> ele-
ment, again for myself, doesn't include a class attribute value of speaker in or-
der to keep it a proper distance from the <footer> element.
Our navigation menus are now complete, and the Speakers page is taking shape (see Figure
8.14 ) .
Search WWH ::




Custom Search