Consider the XHTML code below which sets up a 2-column page layout.
<body>
<div id=”left”>
(Contents of left column)
</div>
<div id=”right”>
(Contents of right column)
</div>
</body>
Suppose the XHTML code above is linked to the following CSS rules which use...