HTML Project 4 - Multiple Choice

Total Page:16

File Type:pdf, Size:1020Kb

HTML Project 4 - Multiple Choice

0da1070d54271a10970b67f9a142a907.doc 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 2. Lines that encompass the perimeter of a table are called ______. a. grid lines b. table borders c. encompass lines d. outlines 3. The following HTML tags indicate the beginning and end of a table row. a.

,
b. , c. , d. , 4. ______are tags that indicate the beginning and end of a table data cell. a. , b. , c. , d. , 5. The border attribute of the table tag defines the width of a table border in ______. a. Cellspacing b. Percent c. Pixels d. Inches 6. The ______attribute for the tag allows you to set the table width relative to window width. a. space b. pixel c. percent d. width 7. 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 8. ______defines the number of pixels of space within a cell. a. Pixeling b. Cellspacing c. Cellpadding d. 25 9. A table caption can be placed above a table by using which of the following attributes of the
tag? a. caption=”top” b. align=”above” c. title=”above” d. title=”heading” 0da1070d54271a10970b67f9a142a907.doc Page 2 of 2

10. The ______attribute of the

or 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> 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

or 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.

2. A(n) ______is a horizontal line of information.

3. A(n) ______is a vertical line of information.

4. A(n) ______is the intersection of a row and column.

5. A(n) ______is descriptive text located above or below a table that further describes the purpose of the table.

6. The HTML tags that indicate the beginning and end of a table are ______.

7. The ______table tag attribute can be used to align a table in the center of a Web page.

8. Use the ______table tag attribute to define the width of a table border in pixels.

9. Use the ______attribute in the

tag to set the amount of space between cells.

10. Use the ______attribute within the

tag to set the background color of a cell.

Recommended publications