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

Please enter your name.

  1 If you want a row to span 3 columns in a table, which of the following tags should you use?
This cannot be done with the current version of HTML
< TR COLSPAN='3' >
< TD COLSPAN='3' >
< SPAN='3' >
   
  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' >