This is an HTML quiz...

  

| Print Page |


  Which tags are missing?
<html>
<head>
     <title>
<body>
     Now is the time to know, not to guess...
</body>
</html>
<body> & </title>
<title> & </title>
</title> & </head>
</head> & </html>
</body> & </html>

  Will the code above display the page?
Yes    No    Unsure

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

  Which tags are missing or wrong?
<table>
<tr>
    <td></td><td><td></td>
<tr>
    <td colspan="2"></td>
<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>

  Will the table above appear as expected?
Yes    No    Unsure

  These tags are properly  nested:  <p>Pargraph<em>emphasis</p></em>
Yes    No    Unsure

  Which tags are missing?
<html>
<body>
     Now is the time to know, not to guess...
</body>
</html>
<body> & </body>
</title> & </head>
<head> & <title>
<form> & </html>

  Will the code above display the page?
Yes    No    Unsure

  Every tag should have an opening tag and a closing tag.
Always    Usually    No    Unsure

  What will this table look like?
<table>
<tr>
    <td></td>
    <td></td>
    <td></td>
</tr>
<tr>
    <td></td>
    <td></td>
    <td></td>
</tr>
</table>
      
  
      
   

 
      

      
  
  
   
   
    
      
 
  

  To create a comment in html use:
//      '     #     <!--   -->    *     /*   */


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

  What will this table look like?
<table>
<tr>
    <td></td>
    <td></td>
</tr>
<tr>
    <td></td>
    <td></td>
</tr>
<tr>
    <td></td>
    <td></td>
</tr>
</table>
      
  
      
   

 
      

      
  
  
   
   
    
      
 
  

  The tags <select> and <input> should be nested within:
<option></option>   <table></table>   <form></form>    <a href></a>

  The default position for alignments within a  <td>  are:
left and center     center and bottom     center and middle     left and middle

  For 508/ADA compliance an image tag should have which attribute?
src=""    width=""    height=""    border=""    id=""    alt=""    name=""

  In XHTML1.0 Strict tags must be complete and use correct syntax.
Always    Usually    No    Unsure

  To create a comment in javascript use:
//      '     #     <!--   -->    *     /*   */

  You may not add  status="" ,  onclick=""  or  mouseover=""  to:
<img src="" />    <a href="">    <input type="button" />    <table>

  HTML tags must have closing tags.
Always    Usually    No    Unsure

        
Return to Top of Page. Go Back