Name:     ID: 
 
Email: 

COSC 2312 Unit I

True/False
Indicate whether the statement is true or false.
 

 1. 

HTML tables are grid-like containers consisting of columns and rows that are designed to hold tabular data.
 

 2. 

Once you have created a table, adding content to it is different than working with other HTML elements.
 

 3. 

When you insert a table, it is always placed on a new line.
 

 4. 

Setting a width in pixels creates an absolute width that remains constant regardless of the visitor’s screen resolution.
 

 5. 

The Table Properties dialog box has the same options as the Insert Table dialog box.
 

 6. 

If you split a cell that contains content, the content will stay in one cell and the new cell or cells will be empty.
 

 7. 

You would split cells to create a heading that spans two columns.
 

 8. 

When you merge two cells that already contain content, you usually find you need to clean up the content a bit by adding spaces or line breaks after the cells are merged.
 

 9. 

You can add only one column or row at a time.
 

Completion
Complete each statement.
 

 10. 

The intersection of a row and a column in a table creates a rectangular area called a(n) ____________________.
 

 

 11. 

Table rows are designated with a <tr> tag and table cells with a <td> tag (td stands for ____________________).
 

 

 12. 

____________________ cells is the process of dividing a single cell into two or more rows or columns.
 

 

 13. 

Setting a width in ____________________ creates a relative width that allows the table to scale as its containing element scales.
 

 

 14. 

Using the ____________________ dialog box, you can set both the horizontal and vertical alignment of cell content.
 

 

Matching
 
 
Referring to Figure I-1, identify the letter of the choice that best matches the numbered area on the screen.

FIGURE I-1
grp001-1.jpg

a.
1.
d.
4.
b.
2.
e.
5.
c.
3.
 

 15. 

Specify width text box
 

 16. 

In pixels option button
 

 17. 

Alignment list arrow
 

 18. 

Use background picture check box
 

 19. 

Browse button
 

Multiple Choice
Identify the choice that best completes the statement or answers the question.
 

 20. 

If you want a table structure to be the default for new tables, you could click the Set as ____ check box to add a check mark.
a.
default for structured tables
c.
table structure default
b.
default for new tables
d.
new table default
 

 21. 

The <____> tag is used to create the table itself.
a.
body
c.
tab
b.
table
d.
cells
 

 22. 

Table ____ include both structural elements, such as number of rows and columns, and formatting options, such as border size and color.
a.
properties
c.
features
b.
contents
d.
elements
 

 23. 

Table width can be dictated in one of two ways—in pixels or as ____.
a.
inches
c.
points
b.
centimeters
d.
a percentage
 

 24. 

____ cells is the process of combining two or more cells into a single cell.
a.
Merging
c.
Transforming
b.
Splitting
d.
Spacing
 

 25. 

You can also select two cells by clicking in one, pressing and holding [ ____ ], then clicking in the second cell.
a.
Alt
c.
Page Down
b.
Ctrl
d.
Tab
 

 26. 

You can create new rows by right-clicking on a row, pointing to ____, then choosing one of the row options.
a.
Add
c.
Insert
b.
Modify
d.
Edit
 

 27. 

Using the Cell Properties dialog box, you can ____.
a.
set both the horizontal and vertical alignment of cell content
b.
create cells that span columns and rows
c.
specify the width and height of a cell
d.
all of the above
 

 28. 

To select table elements, you can right-click in a cell or row, point to ____, then choose Table, Column, Row, or Cell.
a.
Choose
c.
Select
b.
Table
d.
Table Elements
 

 29. 

If you click the style applied to your table in the ____ task pane, the preview at the bottom of the pane should show the table background; this can be helpful for double-checking that you have the correct style selected.
a.
Set Styles
c.
Modify Styles
b.
Manage Styles
d.
View Styles
 

 30. 

A blind visitor relies on a ____ that reads the content aloud one cell at a time, which can make it difficult to understand how the information is organized in the table.
a.
screen reader
c.
screen translator
b.
screen interpreter
d.
screen communicator
 

 31. 

Designers previously relied on tables to create entire page layouts, but due to their lack of flexibility and limitations for access by people with disabilities, this use is now discouraged in favor of using ____-based layouts.
a.
CSS
c.
JavaScript
b.
HTML
d.
Form
 

 32. 

The default width for a table is ____, meaning the width will stretch to fill the element in which the table is placed.
a.
Wide
c.
Full
b.
100%
d.
100 pixels
 

 33. 

The <____> tag is used to designate a cell as a table header.
a.
th
c.
tableheader
b.
tablehead
d.
header
 

 34. 

The Table Properties dialog box option called ____ allows users to set amount of space in pixels between the cell contents and the inside edge of the cell.
a.
Cell padding
c.
Cell formatting
b.
Cell spacing
d.
Content alignment
 

 35. 

The Table Properties dialog box option called ____ allows the user to combine adjacent table borders so they appear as one.
a.
Collapse table border
c.
Combine tables
b.
Combine table border
d.
Merge tables
 

 36. 

Row heights ____.
a.
expand as you add content
c.
need to change if column widths change
b.
do not expand as you add content
d.
are static
 

 37. 

You can use the quick tag selector at the top of the editing window to select a ____ tag.
a.
table
c.
td
b.
tr
d.
all of the above
 

 38. 

Sighted people are easily able to view the arrangement of information in a table and see how it is grouped. But a blind visitor relies on a screen reader that reads the content aloud one ____ at a time.
a.
cell
c.
paragraph
b.
grouping
d.
sentence
 

 39. 

An improvement you can make to help blind visitors is to ____.
a.
mark the header row so it’s not interpreted as a regular row of data
b.
add a table caption
c.
add summary information
d.
all of the above
 

 40. 

The <____> tag will be recognized as a caption by screen readers, making it easier for a site visitor to determine whether they are interested in the table data.
a.
heading
c.
caption
b.
callout
d.
header
 



 
         Start Over