- The outside gridlines are not affected by a table's border attribute; only the internal gridlines are changed.
- true
- false - correct answer
- The table header, table body, and table footer may all contain a different number of cells within each row.
- true
- false - correct answer
- The table header, table body, and table footer must all contain the same number of _____.
- columns - correct answer
- styles
- rows
- indices
- The table marked 1 in the figure above has a frame value of "border".
- true
- false - correct answer
- The table marked 1 in the figure above has a rules value of _____.
- all - correct answer
- cols
- rows
- void
- The table marked 2 in the figure above has a frame value of "top".
- true
- false - correct answer
- The table marked 3 in the figure above has a frame value of "beneath".
- true
- false - correct answer
- The table marked 3 in the figure above has a rules value of _____.
- all
- cols - correct answer
- rows
- void
- The table marked 4 in the figure above has a rules value of _____.
- full
- cols
- rows
- none - correct answer
- The table marked 5 in the figure above has a frame value of "lhs".
- true - correct answer
- false
- The table marked 7 in the figure above has a frame value of _____.
- vsides - correct answer
- beneath
- border
- none
- The table marked 8 in the figure above has a frame value of _____.
- vsides
- beneath
- border
- void - correct answer
- There is no HTML element or CSS style for rounded corners, but you can simulate the effect using _____ and a Web table.
- form elements
- preformatted text
- padding
- background images - correct answer
- To control the space between the table text and the cell borders, add the _____ attribute to the table tag.
- cellborder
- cellbetween
- cell spacing
- cell padding - correct answer
- To create a cell that spans two columns in a table, you enter the <td> tag as _____.
- <td rowspan> "2"
- <td colspan="2"> - correct answer
- <td colspan> "2"
- <td rowspan="2">
- To create a cell that spans two rows in a table, you enter the <td> tag as _____.
- <td colspan="2">
- <td colspan> "2"
- <td rowspan="2"> - correct answer
- <td rowspan> "2"
- To create a rectangle with a rounded border using a table, you can use a _____ layout.
- sectional
- columnar
- jigsaw - correct answer
- grid
- To create a table row, use the tag <th> content </th>
- true
- false - correct answer
- To set the color of a row, you use the _____ style.
- background-color - correct answer
- row-color
- color
- col-color
- To specify a distance of 3 pixels between cell borders, you enter _____.
- border-style: 3px
- border-width: 3px
- border-collapse: 3px
- border-spacing: 3px - correct answer
- Unformatted text is displayed by the browser in a monospace font in which each letter takes up the same amount of space.
- true
- false - correct answer
- When creating a rounded border using div containers, you should use _____ positioning.
- static
- z-index
- absolute
- relative - correct answer
- When nesting div containers, a _____ element may sometimes obstruct a _____ element.
- lower, higher
- larger, smaller
- higher, lower - correct answer
- smaller, larger
- Which of the following can not be marked with an HTML table element?
- table row
- table column - correct answer
- table header
- table caption
- Which of the following is a table frame type?
- beneath
- below - correct answer
- top
- center
- Which of the following is a Web table feature you can control?
- You can include shaded borders
- You can control the size of individual table cells.
- You can create cells that span several columns
- All of the above - correct answer
- With the frame value _____, a border is drawn around all four sides of the table.
- box - correct answer
- asides
- 4sides
- all
- With the frame value _____, a border is drawn on the left and right sides of the table.
- lrhs
- hsides
- vsides - correct answer
- both
- With the frame value _____, a border is drawn on the top and bottom sides of the table.
- rhs
- lhs
- vsides
- hsides - correct answer
- With the frame value _____, a border is drawn only above the table.
- top
- above - correct answer
- hsides
- box
- With the frame value _____, a border is drawn only below the table.
- under
- beneath
- below - correct answer
- vsides
- With the frame value _____, a border is drawn only on the left-hand side of the table.
- lhs
- rhs - correct answer
- right
- hside
- With the frame value _____, a border is drawn only on the right-hand side of the table.
- lhs
- rhs - correct answer
- right
- hside
- With the frame value _____, no border is drawn around the table.
- null
- none
- no
- void - correct answer
- You can apply the table layout to other HTML elements by using the display style.
- true - correct answer
- false
- You can use the _____ tag to display preformatted text.
- <pre> - correct answer
- <form>
- <format>
- <preformatted>
- You reference columns individually using the _____ element.
- <col /> - correct answer
- <colgroup />
- <colbody />
- <column />
- Each row of a table is indicated using a two-sided _____ tag.
- <tr>
- <td> - wrong answer
- <th>
- <tl>
- The _____ attribute can be used to specify the number of columns a colgroup references.
- id - wrong answer
- div
- span
- class - wrong answer
- The item shown in the figure above is a Web table.
- true
- false - correct answer
- The layout shown in the figure above is the _____ layout.
- sectional
- columnar
- grid
- jigsaw - correct answer
Thursday, December 26, 2013
Tutorial 5 Questions 51 through 100
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment