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

Please enter your name.

  1 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' >
   
  2 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' >
   
  3 HTML web pages typically have which of the following extensions?
*.pl
*.htm
*.doc
*.txt