



|
Description
a web page show a colorful hyperlink tags. Source Code <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 Primary Colors � pick one: yellow red, or blue |
  