Solution to Exercise 2

There could be many solutions, depending on what color you chose. The background color here is (roughly) chocolate colored, and the hexadecimal values are D2, 69, and 1E, so I typed:
<body bgcolor="#D2691E" text=white>
To specify a font color using Chocolate, I would do:
 
< SPAN style="color: #D2691E"> Some text </span>

Last modified: January 2006