Using Other Block-Level Elements
•HTML supports the address element to indicate contact
information. Most browsers display an address
element in an italicized font.
•
•You can
indicate long quoted passages by applying the blockquote
element. The text is typically indented.
•<pre> and
<pre/> resprct the formatting of the source. E.g a program or a
poem. Displayed in fixed width (monospace) font (usually
Courier).