HTML and CSS Reference
In-Depth Information
Example 2.12: CSS styles for paragraphs, block quotes, and address
blocks (continued)
<p> My associate thought that the quote originated with the
designer, Aldo Gucci. I thought it came from Benjamin Franklin.
If you have a direct reference source, please contact me at: </p>
<address>
Author Dent <br/>
hitchhiker@gmail.com
</address>
</body>
</html>
Figure 2.12: Styling block quotes and address blocks with CSS
he break element, <br/> , is used in the address block in Example 2.12,
where an explicit line break is needed in the text content. It is a self-closing ele-
ment oten used to clear a loating element by including either a clear or style
attribute:
<br clear="both"/>
<br style="clear:both"/>
 
 
Search WWH ::




Custom Search