These are the answers to the HTML quiz...



<html>
<head>
     <title></title>
</head>
<body>
     Now is the time to know, not to guess...
</body>
</html>
<body> & </title>
<title> & </title>
</title> & </head>
</head> & </html>
</body> & </html>


Yes    No    Unsure      (<head> and <title> should be closed)

3.  The tag <b> stands for:
Big    Bad    Bold    Brave    Beautiful


<table>
<tr>
    <td></td><td><td></td>
</tr>
<tr>
    <td colspan="2"></td>
</tr>
<tr>
    <td></td><td><td></td>
</tr>
</table>
</tr></td>
</td></tr></td>
</td></tr></tr></td>
<td></tr></tr><td>
</tr></td></tr>
<tr></td></td></tr>


Yes    No    Unsure     (depends on browser)
     
 
  


Yes    No    Unsure            <p>Pargraph<em>emphasis</em></p>


<html>
<head>                 not always necessary
     <title></title>   always required
</head>

<body>
     Now is the time to know, not to guess...
</body>
</html>
<body> & </body>
</title> & </head>
<head> & <title>
<form> & </html>


Yes    No    Unsure     (<head> or <title> some browsers accept sloppy coding)


Always    Usually    No    Unsure


<table>
<tr>
    <td></td>
    <td></td>
    <td></td>
</tr>
<tr>
    <td></td>
    <td></td>
    <td></td>
</tr>
</table>
      
  
      
   

 
      

      
  
  
   
   
    
      
 
  


//      '     #     <!--   -->    *     /*   */


Clandestine Secret Services
Chimerical Style Sorcery
Cascading Style Sheets
Cascaded System Styles


<table>
<tr>
    <td></td>
    <td></td>
</tr>
<tr>
    <td></td>
    <td></td>
</tr>
<tr>
    <td></td>
    <td></td>
</tr>
</table>
      
  
      
   

 
      

      
  
  
   
   
    
      
 
  


<option></option>   <table></table>   <form></form>    <a href></a>


left and center     center and bottom     center and middle     left and middle


src=""    width=""    height=""    border=""    id=""    alt=""    name=""


Always    Usually    No    Unsure


//      '     #     <!--   -->    *     /*   */


<img src="" />    <a href="">    <input type="button" />    <table>


Always    Usually    No    Unsure   (sloppy coding is allowed)

Return to Top of Page. Go Back