HTML Project 4 - Multiple Choice

HTML Project 4 - Multiple Choice

Project 04 Review / Page 1 of 2

Name ______Date ______

HTML Project 4 - Multiple Choice--Instructions: Circle the correct response.

  1. Which of the following allow you to organize information on a Web page using HTML tags?

a. Data Sheets
b. Table
c. Frame
d. Border

  1. Lines that encompass the perimeter of a table are called ______.

a. grid lines
b. table borders
c. encompass lines
d. outlines

  1. The following HTML tags indicate the beginning and end of a table row.

a. <table>, </table>
b. <tr>, </tr>
c. <td>, </td>
d. <start>, <end>

  1. ______are tags that indicate the beginning and end of a table data cell.

a. <data>, </data>
b. <tr>, </tr>
c. <start data>, </end data>
d. <td>, </td>

  1. The border attribute of the table tag defines the width of a table border in ______.

a. Cellspacing
b. Percent
c. Pixels
d. Inches

  1. The ______attribute for the <table> tag allows you to set the table width relative to window width.

a. space
b. pixel
c. percent
d. width

  1. After you save the HTML file for a page, it should be viewed in ______to confirm that the Web page appears as desired.

a. a browser
b. HTML Test Master

c. View Master
d. all of the above

  1. ______defines the number of pixels of space within a cell.

a. Pixeling
b. Cellspacing
c. Cellpadding
d. 25

  1. A table caption can be placed above a table by using which of the following attributes of the <caption> tag?

a. caption=”top”
b. align=”above”
c. title=”above”
d. title=”heading”

  1. The ______attribute of the <th> or <td> tag sets the number of rows spanned by a cell.

a. span
b. rowsize
c. table width
d. rowspan

HTML Project 4 True/False--Instructions: Circle T if the statement is true or F if the statement is false.

T / F / 1. Tables allow you to organize information on a Web page using HTML tags.
T / F / 2. A grid is the intersection of a row and column.
T / F / 3. Table header is the same as a heading cell – it is any cell with bold text that indicates the purpose of the row or column.
T / F / 4. Creating tables for a Web page is a two step process: (1) code the table, (2) test the table.
T / F / 5. All Web pages require the use of a table.
T / F / 6. The <head> & >/head> tag set indicate the start and end of a table heading.
T / F / 7. One benefit of using a percentage to set the table width is that it automatically changes the width of the table if the window is resized in the browser.
T / F / 8. Indicating the width and height of an inserted image takes the burden off of the browser in calculating those dimensions and thus helps Web pages load faster.
T / F / 9. By adding CELLPADDING=2 and CELLSPACING=5 attributes, you added two pixels of spacing between cells and five pixels of spacing within the cells.
T / F / 10. To insert headings that go across rows or columns, use the ROWSPAN and COLSPAN attributes within the <TH> or <TD> tags.

HTML Project 4 – Short Answer--Instructions: Fill in the best answer.

  1. ______are useful when you want to arrange text and images into rows and columns.
  1. A(n) ______is a horizontal line of information.
  1. A(n) ______is a vertical line of information.
  1. A(n) ______is the intersection of a row and column.
  1. A(n) ______is descriptive text located above or below a table that further describes the purpose of the table.
  1. The HTML tags that indicate the beginning and end of a table are ______.
  1. The ______table tag attribute can be used to align a table in the center of a Web page.
  1. Use the ______table tag attribute to define the width of a table border in pixels.
  1. Use the ______attribute in the <TABLE> tag to set the amount of space between cells.
  1. Use the ______attribute within the <TD> tag to set the background color of a cell.