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

Please enter your name or class alias.

  1 Which of the following HTML tags is used to create a new row in an HTML table?
< B >
< HTML >
< I >
< TR >
   
  2 Which of the following Perl commands creates a loop with an index variable?
foreach
while
for-next
if-else
   
  3 Which of the following tricks can be used to overcome statelessness?
Use an if-else condition
There is no adequate way of handling the statelessness problem
Use JavaScript
Use hidden tags to pass submitted data to new pages