HTML and CSS Reference
In-Depth Information
Addresses
The address tag <address> is used for signature-like entities on web pages. Address tags
usually go at the bottom of each web page and are used to indicate who wrote the web
page, whom to contact for more information, the date, any copyright notices or other
warnings, and anything else that seems appropriate. Addresses often are preceded with a
rule line ( <hr> ), and the <br> tag can be used to separate the lines.
Without an address or some other method of signing your web pages, it's close to impos-
sible to find out who wrote it or who to contact for more information. Signing each of
your web pages using the <address> tag is an excellent way to make sure that people
can get in touch with you. <address> is a block-level tag that italicizes the text inside it.
The following input shows an address:
Input
<hr />
<address>
Laura Lemay <a href=”mailto:lemay@lne.com”>lemay@lne.com</a><br />
A service of Laura Lemay, Incorporated <br />
last revised January 10, 2010 <br />
Copyright Laura Lemay 2010 all rights reserved <br />
Void where prohibited. Keep hands and feet inside the vehicle at all times.
</address>
Figure 7.11 shows it in a browser.
.
Output
FIGURE 7.11
An address block.
Quotations
The <blockquote> tag is used to create an indented block of text within a page. (Unlike
the <cite> tag, which highlights small quotes, <blockquote> is used for longer
quotations that shouldn't be nested inside other paragraphs.) For example, the Macbeth
7
 
 
 
 
Search WWH ::




Custom Search