HTML 32

Description

a web page show a colorful hyperlink tags.

Source Code

html32 <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>

Output

HTM32. Another HREF

Primary Colors � pick one: yellow red, or blue

Choose a color from the list above