Setting Up the HTML Code


The HTML code for this lesson is comprised of an overall <div> container, a heading, and two paragraphs. The <div> is styled with a pullquote id, and the second paragraph is styled with a furtherinfo class as shown in Listing 17.1.

Listing 17.1. HTML Code Containing the Markup for a Round-Cornered Box
<div >     <h2>Heading here</h2>     <p>         Lorem ipsum dolor sit amet...     </p>     <p >         <a href="#">More information</a>     </p> </div> 




Sams Teach Yourself CSS in 10 Minutes
Sams Teach Yourself CSS in 10 Minutes
ISBN: 0672327457
EAN: 2147483647
Year: 2005
Pages: 234
Authors: Russ Weakley

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net