HTM32

DESCRIPTION

OUTPUT

SOURCE CODE






DESCRIPTION

Another HREF

OUTPUT

Primary Colors – pick one:

yellow

red, or

blue

Choose a color from the list above

SOURCE CODE

<HTML>
<HEAD><TITLE>HTM32. Another HREF</TITLE></HEAD>
<BODY>
<P>
Primary Colors – pick one:
<A HREF = yellow.html><FONT COLOR = yellow>yellow</FONT></A>
<A HREF = red.html><FONT COLOR = red>red</FONT></A>, or
<A HREF = blue.html><FONT COLOR = blue>blue</FONT></A>
</P>
<CENTER>Choose a color from the list above</CENTER>
</BODY>
</HTML>