This page is designed to assess test your knowledge of HTML and Perl.

Please enter your name.

  1 #dedfdf is an example of what?
a code for aligning text on a page
an address for a specific byte in memory
a hexadecimal code for a color
nothing (silly trick question)
   
  2 Which of the following tags will insert an image file into your document?
< A SRC='http://P032.psch.uic.edu/figure1.jpg' >
< INSERT IMAGE='http://P032.psch.uic.edu/figure1.jpg' >
< IMG HREF='http://P032.psch.uic.edu/figure1.jpg' >
< IMG SRC='http://P032.psch.uic.edu/figure1.jpg' >
   
  3 Which of the following tags will allow you to make the background color of your page blue?
< BGCOLOR='blue' >
< BODY BGCOLOR='blue' >
< BACK='blue' >
< HTML BGCOLOR='blue' >