McGraw-Hill OnlineMcGraw-Hill Higher EducationLearning Center
student Center | Instructor Center | information Center | Home
Objectives
Multiple Choice
True or False
Interactive Activities
Crossword Puzzles
The Buzz in IT
Feedback
Help Center


Internet Literacy, 3/e
Fred T Hofstetter, University of Delaware

Creating Web Pages
Using Tables for Advanced Web Page Layout

Multiple Choice

Click on the correct response for each question below.



1

Which of the following statements are true?
Need a Hint?
A)Tables create rectangular regions used as design elements in advanced Web page layout.
B)A Web page table can be used to present data neatly in rows and columns.
C)If you were creating a table full of technical information, it would be best to make the cell boundaries in your table invisible.
D)Both A and B.
2

Which of the following statements about tables are true?
Need a Hint?
A)A table is a grid consisting of columns and rows of cells.
B)A table can be used to organize tabular data.
C)A table can be used to control the display of text.
D)All of the above.
3

A cell in a table can hold
Need a Hint?
A)Text.
B)Graphics.
C)Another table.
D)All of the above.
4

Which of the following best describes the effect of the HTML tag <td align=right>?
Need a Hint?
A)Right is not a valid value to use with the align attribute.
B)It will right align the table on the Web page.
C)It will right align the contents of a row.
D)It will right align the contents of a cell.
5

Which of the following statements are true?
Need a Hint?
A)The valign attribute controls vertical alignment within a cell, row, or entire table.
B)The align attribute controls vertical alignment within a cell, row, or entire table.
C)The default value for the align attribute is justify.
D)None of the above.
6

Which of the following statements is true about the HTML tag <td valign=center>
Need a Hint?
A)Center is not a valid value to use with the valign attribute.
B)It will center the table vertically on the Web page.
C)It will vertically center the contents of a row.
D)It will vertically center the contents of cell.
7

In Netscape Composer, to insert an image into a table cell
Need a Hint?
A)Click once in the cell into which you want to insert an image, pull down the File menu, choose open, and choose the image file you want to insert.
B)Pull down the File menu, choose open, choose the image file you want to insert, click in the cell into which you want to insert the image.
C)Click once in the cell into which you want to insert an image, click the Insert Image button, and choose the image file you want to insert.
D)Click on the Insert Image button, choose the image file you want to insert, and click in the cell into which you want to insert the image.
8

A table begins with the ___________ HTML tag and ends with the ___________ HTML tag.
Need a Hint?
A)<httb>, </httb>.
B)<table>, </table>.
C)<t>, </t>.
D)<table>, there is no stop Table HTML tag.
9

Each row of a table begins with the ___________ HTML tag.
Need a Hint?
A)<row>.
B)<tr>.
C)<tablerow>.
D)<td>.
10

Each cell of a table begins with the ___________ HTML tag.
Need a Hint?
A)<cell>.
B)<tr>.
C)<tablecell>.
D)<td>.
11

The align attribute of a table is used to modify the ___________ tag.
Need a Hint?
A)<table>.
B)<tr>.
C)<td>.
D)All of the above.




McGraw-Hill/Irwin