MCQ Questions
Q.1.
Cascading Style Sheets included support for Web tables starting with ____.
  • 0%
  • 0%
    none
  • 0%
    CSS2
  • 0%
    rhs
Q.2.
If borders are collapsed and either border style is hidden, the collapsed border is ____.
  • 0%
    highest
  • 0%
    hidden
  • 0%
    border
  • 0%
    vsides
Q.3.
There is no HTML attribute to change the ____ style, but many browsers allow you to change the color by adding the bordercolor attribute to the table element.
  • 0%
    hidden
  • 0%
    border
  • 0%
    vsides
  • 0%
    bottom
Q.4.
To specify a distance of 3 pixels between cell borders, you enter ____.
  • 0%
    cellspacing
  • 0%
    border-spacing: 3px
  • 0%
    border
  • 0%
Q.5.
Table ____ can contain any HTML elements including headings, lists, inline images, and even other tables.
  • 0%
    below
  • 0%
    all
  • 0%
    cells
  • 0%
    cellspacing
Q.6.
If neither border is hidden, the style of the ____ border takes priority over the ____.
  • 0%
    table column
  • 0%
  • 0%
    border-spacing: 3px
  • 0%
    wider, narrower
Q.7.
To create a cell that spans two rows in a table, you enter the tag as ____.
  • 0%
  • 0%
    border
  • 0%
  • 0%
    cellspacing
Q.8.
The ____ style can be used to separate the table borders.
  • 0%
    border-collapse
  • 0%
    table column
  • 0%
    border-spacing: 3px
  • 0%
    wider, narrower
Q.9.
Like other block-level elements, you can ____ tables using the same styles you've already studied.
  • 0%
    border-spacing: 3px
  • 0%
    wider, narrower
  • 0%
    Both a and b (float, and resize)
  • 0%
    monospace font
Q.10.
If two borders have the same width but different styles, ____ borders have the highest priority.
  • 0%
    hidden
  • 0%
    highest
  • 0%
    columns
  • 0%
    Double
Q.11.
The number of columns is determined by the maximum number of ____ that are inserted within each row, according to the original HTML specifications.
  • 0%
    columns
  • 0%
    all
  • 0%
    Firefox
  • 0%
    cells
Q.12.
Case 5-2Boater's Week is an online magazine. They like to host boat shows around town during the year to promote their magazine. Trevor is tasked with creating a table to list their boat show information which includes place, date & time, and a brief description of the event's activities. Trevor is using a Web site that is several years old that uses a table as a layout. Trevor wants to create a table layout that is more modern. He wants to enter the data for each boat show within one cell, therefore requiring a cell to occupy more than one column or row.Trevor decides that the data needs to occupy more than one row or column. To this he must create a(n) ____ cell.
  • 0%
    colspan = "columns"
  • 0%
    spanning
  • 0%
  • 0%
    cellspacing
Q.13.
By default, cell text is placed ____.
  • 0%
    pixels
  • 0%
    block-level
  • 0%
    Both a and b (float, and resize)
  • 0%
    in the middle of the cell, aligned with the cell's left edge
Q.14.
If the borders differ only in color, the color from the table object with the ____ priority is used.
  • 0%
    highest
  • 0%
    vsides
  • 0%
    hidden
  • 0%
    Double
Q.15.
Cellpadding value is expressible in ____.
  • 0%
    hidden
  • 0%
    vsides
  • 0%
    pixels
  • 0%
    cells
Q.16.
The table marked 1 in the accompanying figure has a rules value of ____.
  • 0%
    rhs
  • 0%
    none
  • 0%
    vsides
  • 0%
    all
Q.17.
With the frame value ____, a border is drawn only above the table.
  • 0%
    above
  • 0%
    vsides
  • 0%
    table
  • 0%
    box
Q.18.
The equivalent HTML element to display: table-row is ____.
  • 0%
    table
  • 0%
    box
  • 0%
    top
  • 0%
    tr
Q.19.
If you have four tags in each table row, that table has ____ columns.
  • 0%
    box
  • 0%
    four
  • 0%
    top
  • 0%
    none
Q.20.
The table marked 7 in the accompanying figure has a frame value of ____.
  • 0%
    columns
  • 0%
    none
  • 0%
    vsides
  • 0%
    hidden
Q.21.
Case 5-3Santo has made a Web site to promote his soccer team. He wants to maintain a page where he can list the information about each of the soccer members. For each member, he likes to display a brief list of biographical information on the left and then their picture on the right.The first cell in the biographical information table has several styles applied to it. Santo would like to specify the background color of this cell, but is unsure which style to modify. Which table style has the highest precedence?
  • 0%
    cells
  • 0%
    spanning
  • 0%
    nth-of-type pseudo-class
  • 0%
    table cells
Q.22.
With the frame value ____, a border is drawn only on the right-hand side of the table.
  • 0%
    below
  • 0%
    rhs
  • 0%
    box
  • 0%
    top
Q.23.
Case 5-2Boater's Week is an online magazine. They like to host boat shows around town during the year to promote their magazine. Trevor is tasked with creating a table to list their boat show information which includes place, date & time, and a brief description of the event's activities. Trevor is using a Web site that is several years old that uses a table as a layout. Trevor wants to create a table layout that is more modern. He wants to enter the data for each boat show within one cell, therefore requiring a cell to occupy more than one column or row.Trevor needs to add the attribute ____ to create a table cell that spans several columns.
  • 0%
    monospace font
  • 0%
    table cells
  • 0%
    spanning
  • 0%
    colspan = "columns"
Q.24.
Which of the following CANNOT be marked with an HTML table element?
  • 0%
    table column
  • 0%
    table cells
  • 0%
    border-collapse
  • 0%
    table
Q.25.
Case 5-2Boater's Week is an online magazine. They like to host boat shows around town during the year to promote their magazine. Trevor is tasked with creating a table to list their boat show information which includes place, date & time, and a brief description of the event's activities. Trevor is using a Web site that is several years old that uses a table as a layout. Trevor wants to create a table layout that is more modern. He wants to enter the data for each boat show within one cell, therefore requiring a cell to occupy more than one column or row.If Trevor wanted to switch to a layout that was not based on a table, he could use which element and keep his background?
  • 0%
    spanning
  • 0%
    colspan = "columns"
  • 0%
  • 0%
    nth-of-type pseudo-class
Q.26.
In the tag, an alignment value of ____ places the caption above the table.
  • 0%
    top
  • 0%
    none
  • 0%
    box
  • 0%
    all
Q.27.
Case 5-2Boater's Week is an online magazine. They like to host boat shows around town during the year to promote their magazine. Trevor is tasked with creating a table to list their boat show information which includes place, date & time, and a brief description of the event's activities. Trevor is using a Web site that is several years old that uses a table as a layout. Trevor wants to create a table layout that is more modern. He wants to enter the data for each boat show within one cell, therefore requiring a cell to occupy more than one column or row.Trevor wants to create banded rows and columns. He wants the even rows to be yellow. To do that, he needs to use the ____.
  • 0%
    nth-of-type pseudo-class
  • 0%
  • 0%
    Both a and b (float, and resize)
  • 0%
    spanning
Q.28.
The table header, table body, and table footer must all contain the same number of ____.
  • 0%
    vsides
  • 0%
    cells
  • 0%
    columns
  • 0%
    none
Q.29.
Preformatted text is displayed by the browser in a ____ in which each letter takes up the same amount of space.
  • 0%
    wider, narrower
  • 0%
    cellspacing
  • 0%
    monospace font
  • 0%
    border-collapse
Q.30.
With the frame value ____, a border is drawn only below the table.
  • 0%
    above
  • 0%
    bottom
  • 0%
    below
  • 0%
    rhs
Q.31.
A ____ cell occupies more than one row or column in a table.
  • 0%
    spanning
  • 0%
    columns
  • 0%
    border-collapse
  • 0%
    border-spacing: 3px
Q.32.
Case 5-3Santo has made a Web site to promote his soccer team. He wants to maintain a page where he can list the information about each of the soccer members. For each member, he likes to display a brief list of biographical information on the left and then their picture on the right.How many columns will Santo most likely need in his table?
  • 0%
    colspan = "columns"
  • 0%
    2
  • 0%
    table cells
  • 0%
Q.33.
The ____ attribute can be used to specify the number of columns a colgroup references.
  • 0%
    span
  • 0%
    spanning
  • 0%
                        
                    
  • 0%
    cellspacing