The first challenge: Make
the word love in big, bold, red letters. The
solution: <P><FONT
size="+4" color="FF0000"><B>love</B></FONT></P>
What it looks like:
love
The second challenge:
Make
two photos (or graphics) appear side by side instead of one on top
of the other. The solution:
<P><IMG
width="250" height="146" SRC="chimpunk.jpeg"><IMG
width="250" height="146" SRC="squirrel.jpeg"></P>
What it looks like:
  The third challenge:
Make
a sentence in which each word is a different colour. The
solution:
<P><FONT
color="FF0000">Welcome </FONT><FONT color="FF6600">to
</FONT><FONT color="003300">the </FONT><FONT
color="0000FF">wonderful </FONT><FONT color="00FFFF">world
</FONT><FONT color="9900FF">of </FONT><FONT
color="333333">science. </FONT></P>
What it looks like:
Welcome
to the wonderful
world of
science.
Now
back to the web project. |
|