example error chapter 3
The last line in the example on page 72 -->
<p class="Highlight"> I am NOT bold because..... </p>
Is wrong?
Because on page 71 one of the attributes of the class highlight is --> font-weight:bold;
So it doesn't matter if the last line isn't in the <div> because the <p> has the class set to "highlight" so the text will be bold.
Or do I do something wrong?
Grt Remco
|