HTML and CSS Reference
In-Depth Information
Pizza image reproduced by permission of William Rogers
Figure 4-3 The home page with the special offers section.
Adding Content to the About Page
The About page will contain mainly text content, but even text can be marked up using special HTML elements in
order to provide greater semantic meaning to computer programs. In this section, you first learn how to mark up quo-
tations and abbreviations in your text. You will then put these new skills to use by adding some text content to the
About page.
Quotes
The <blockquote> element is used when quoting a block of text from another source. The element has an op-
tional cite attribute that you can use to add a URL to the source of the quotation. If you choose to use the cite at-
tribute, its contents must be a valid URL.
<blockquote cite="http://example.com/quotes">
To cite, or not to cite, that is the question.
</blockquote>
Search WWH ::




Custom Search