Web Development and Design Foundations with XHTML, 5th Edition

(Steven Felgate) #1
Apply Your Knowledge^251

<body>
<h1>CircleSoft Web Design</h1>
<div id="content">
<p>Our professional staff takes pride in its working
relationship with our clients by offering personalized services
that listen to their needs, develop their target areas, and
incorporate these items into a well-presented Web site that
works.</p>
</div>
<ul class="nav">
<li>Home</li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
</ul>
</div>
</body>
</html>


  1. Fill in the Missing Code.This Web page should be configured as a two-column page
    layout with a right column 150 pixels wide. The right column should have a 1 pixel
    border. The padding in the left column content area needs to allow for the room
    that will be used by the right column. Some CSS properties and values, indicated by
    "_", are missing. Fill in the missing code.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    Trillium Media Design