HTML32
Description
Output
Source Code
Description
This html shows the text with different color that have a link ........
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>