Thursday, December 26, 2013

Tutorial 5 Questions 51 through 100



  1. The outside gridlines are not affected by a table's border attribute; only the internal gridlines are changed.
    1. true
    2. false - correct answer
  2. The table header, table body, and table footer may all contain a different number of cells within each row.
    1. true
    2. false - correct answer
  3. The table header, table body, and table footer must all contain the same number of _____.
    1. columns - correct answer
    2. styles
    3. rows
    4. indices
  4. The table marked 1 in the figure above has a frame value of "border".
    1. true 
    2. false - correct answer
  5. The table marked 1 in the figure above has a rules value of _____.
    1. all - correct answer
    2. cols
    3. rows
    4. void
  6. The table marked 2 in the figure above has a frame value of "top".
    1. true
    2. false - correct answer
  7. The table marked 3 in the figure above has a frame value of "beneath".
    1. true
    2. false - correct answer
  8. The table marked 3 in the figure above has a rules value of _____.
    1. all
    2. cols - correct answer
    3. rows
    4. void
  9. The table marked 4 in the figure above has a rules value of _____.
    1. full
    2. cols
    3. rows
    4. none - correct answer
  10. The table marked 5 in the figure above has a frame value of "lhs".
    1. true - correct answer
    2. false

  11. The table marked 7 in the figure above has a frame value of _____.
    1. vsides - correct answer
    2. beneath
    3. border 
    4. none
  12. The table marked 8 in the figure above has a frame value of _____.
    1. vsides
    2. beneath
    3. border
    4. void - correct answer
  13. There is no HTML element or CSS style for rounded corners, but you can simulate the effect using _____ and a Web table.
    1. form elements
    2. preformatted text
    3. padding
    4. background images - correct answer
  14. To control the space between the table text and the cell borders, add the _____ attribute to the table tag.
    1. cellborder
    2. cellbetween
    3. cell spacing
    4. cell padding - correct answer
  15. To create a cell that spans two columns in a table, you enter the <td> tag as _____.
    1. <td rowspan> "2"
    2. <td colspan="2"> - correct answer
    3. <td colspan> "2"
    4. <td rowspan="2">
  16. To create a cell that spans two rows in a table, you enter the <td> tag as _____.
    1. <td colspan="2">
    2. <td colspan> "2"
    3. <td rowspan="2"> - correct answer
    4. <td rowspan> "2"
  17. To create a rectangle with a rounded border using a table, you can use a _____ layout.
    1. sectional
    2. columnar
    3. jigsaw - correct answer
    4. grid
  18. To create a table row, use the tag <th> content </th>
    1. true
    2. false - correct answer
  19. To set the color of a row, you use the _____ style.
    1. background-color - correct answer
    2. row-color
    3. color
    4. col-color
  20. To specify a distance of 3 pixels between cell borders, you enter _____.
    1. border-style: 3px
    2. border-width: 3px
    3. border-collapse: 3px
    4. border-spacing: 3px - correct answer

  21. Unformatted text is displayed by the browser in a monospace font in which each letter takes up the same amount of space.
    1. true
    2. false - correct answer
  22. When creating a rounded border using div containers, you should use _____ positioning.
    1. static
    2. z-index
    3. absolute
    4. relative - correct answer
  23. When nesting div containers, a _____ element may sometimes obstruct a _____ element.
    1. lower, higher
    2. larger, smaller
    3. higher, lower - correct answer
    4. smaller, larger
  24. Which of the following can not be marked with an HTML table element?
    1. table row
    2. table column - correct answer
    3. table header
    4. table caption
  25. Which of the following is a table frame type?
    1. beneath
    2. below - correct answer
    3. top
    4. center
  26. Which of the following is a Web table feature you can control?
    1. You can include shaded borders
    2. You can control the size of individual table cells.
    3. You can create cells that span several columns
    4. All of the above - correct answer
  27. With the frame value _____, a border is drawn around all four sides of the table.
    1. box - correct answer
    2. asides
    3. 4sides
    4. all
  28. With the frame value _____, a border is drawn on the left and right sides of the table.
    1. lrhs
    2. hsides
    3. vsides - correct answer
    4. both
  29. With the frame value _____, a border is drawn on the top and bottom sides of the table.
    1. rhs
    2. lhs
    3. vsides
    4. hsides - correct answer
  30. With the frame value _____, a border is drawn only above the table.
    1. top
    2. above - correct answer
    3. hsides
    4. box
  31. With the frame value _____, a border is drawn only below the table.
    1. under
    2. beneath
    3. below - correct answer
    4. vsides
  32. With the frame value _____, a border is drawn only on the left-hand side of the table.
    1. lhs
    2. rhs - correct answer
    3. right
    4. hside
  33. With the frame value _____, a border is drawn only on the right-hand side of the table.
    1. lhs
    2. rhs - correct answer
    3. right
    4. hside
  34. With the frame value _____, no border is drawn around the table.
    1. null
    2. none 
    3. no
    4. void - correct answer
  35. You can apply the table layout to other HTML elements by using the display style.
    1. true - correct answer
    2. false
  36. You can use the _____ tag to display preformatted text.
    1. <pre> - correct answer
    2. <form>
    3. <format>
    4. <preformatted>
  37. You reference columns individually using the _____ element.
    1. <col /> - correct answer
    2. <colgroup />
    3. <colbody />
    4. <column />
  38. Each row of a table is indicated using a two-sided _____ tag.
    1. <tr>
    2. <td> - wrong answer
    3. <th>
    4. <tl>
  39. The _____ attribute can be used to specify the number of columns a colgroup references.
    1. id - wrong answer
    2. div
    3. span
    4. class - wrong answer
  40. The item shown in the figure above is a Web table.
    1. true
    2. false - correct answer
  41. The layout shown in the figure above is the _____ layout.
    1. sectional
    2. columnar
    3. grid
    4. jigsaw - correct answer

No comments:

Post a Comment