<html> Topic 7

A Quiz to help review material.

You will not be "graded" on this review; it is for your own use. When you are finished with the questions, check the "answer" button below:

 

1. Which of the following tags does not require a closing tag </>?

  • <table>
  • <tr>
  • <td>

2. Is "height" an attribute you can use for tables with html 4.0?

3. Which of the following is acceptable for html 4.0?

  • <td width=30>
  • <td width="30">
  • <td width="30%">
  • <td width=30%>

4. Which of the following can you use inside <table> tags?

  • <p>
  • <br>

5. Usually, is it better to set width of a table or table cell in pixels or percentage?

Readings
Resources
<head>
<p> etc.
<b> etc.
<li> etc.
<a href>
<img src>
Access
<table>
<frame>
<style>
<form>
<script>
<object>
validate

Copyright by dwang, 1999. All rights reserved.

1