HTML and CSS Reference
In-Depth Information
Figure 2-10 The home page template with new content sections, displayed with the Chrome developer tools.
Here you have given each of these new elements an ID so that they can be easily selected for styling with CSS.
Adding a <footer> Element to Each Template
Another new element in HTML5 is the <footer> element. This element typically contains content like the
copyright notices and links that are found at the bottom of web pages. Like the <header> and <nav> elements,
you can have more than one <footer> element on a page.
The code for this exercise can be found in folder 9.
Search WWH ::




Custom Search