Setting the Address Characteristics

In HTML the ADDRESS element is used to designate your address block, within which you may include information identifying the author or owner of a site, as well as provide contact information and links. An address block is often separated from the rest of the page by an HR (Horizontal Rule) element. Here's the address block section of the example file (see Figure 3.15):

<hr>
<address>
Kristine Kochanski<br>
E-Mail: <a href="mailto:kristine@kochanski-family.com">kristine@kochanski-
family.com</a><br>
Web Address: <a href="http://www.kochanski-family.com/">http://www.kochanski-
family.com/</a>
</address>
Figure 3.15. An address block identifies and provides a means to contact the author or owner of a site. ...

Get Cascading Style Sheets (CSS) by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.