Tutorial 5 Web App

9 September 2022
4.7 (114 reviews)
47 test answers

Unlock all answers in this set

Unlock answers (43)
question
If borders are collapsed and either border style is hidden, the collapsed border is ____.
answer
hidden
question
The number of columns is determined by the maximum number of ____ that are inserted within each row, according to the original HTML specifications.
answer
cells
question
With the frame value ____, a border is drawn only below the table.
answer
below
question
With the frame value ____, a border is drawn on the left and right sides of the table.
answer
vsides
question
Case 5-2 Boater'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.
answer
spanning
question
Each row of a table is indicated using a two-sided ____ tag.
answer
question
Text formatted with the ____ tag retains any white space you want to display on your Web page.
answer
question
The ____ attribute controls the amount of space inserted between table cells.
answer
cellspacing
question
With the frame value ____, a border is drawn around all four sides of the table.
answer
box
question
Case 5-3 Santo 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?
answer
2
question
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.
answer
border
question
Case 5-2 Boater'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?
answer
question
In the tag, an alignment value of ____ places the caption above the table.
answer
top
question
The ____ attribute can be used to specify the number of columns a colgroup references.
answer
span
question
The table marked 1 in the accompanying figure has a rules value of ____.
answer
all
question
By default, cell text is placed ____.
answer
in the middle of the cell, aligned with the cell's left edge
question
To create a cell that spans two rows and two columns at the same time, you enter the tag as ____.
answer
question
To specify a distance of 3 pixels between cell borders, you enter ____.
answer
border-spacing: 3px
question
A ____ cell occupies more than one row or column in a table.
answer
spanning
question
The table marked 4 in the accompanying figure has a rules value of ____.
answer
none
question
Which of the following is a table frame type?
answer
vsides
question
Case 5-2 Boater'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 ____.
answer
nth-of-type pseudo-class
question
The equivalent HTML element to display: table-row is ____.
answer
tr
question
By default, most table borders are displayed in two shades of ____ that create a three-dimensional effect.
answer
gray
question
Like other block-level elements, you can ____ tables using the same styles you've already studied.
answer
Both a and b (float, and resize)
question
The ____ style can be used to separate the table borders.
answer
border-collapse
question
With the frame value ____, a border is drawn only above the table.
answer
above
question
In the tag, an alignment value of ____ places the caption below the table.
answer
bottom
question
Cellpadding value is expressible in ____.
answer
pixels
question
Case 5-3 Santo 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?
answer
table cells
question
The table marked 7 in the accompanying figure has a frame value of ____.
answer
vsides
question
The table header, table body, and table footer must all contain the same number of ____.
answer
columns
question
____ supports caption-side values of left and right to place the caption directly to the left or right of a Web table.
answer
Firefox
question
If neither border is hidden, the style of the ____ border takes priority over the ____.
answer
wider, narrower
question
To create a border using CSS, you use the ____ style.
answer
border
question
Preformatted text is displayed by the browser in a ____ in which each letter takes up the same amount of space.
answer
monospace font
question
Tables are considered ____ elements.
answer
block-level
question
With the frame value ____, a border is drawn only on the right-hand side of the table.
answer
rhs
question
Table ____ can contain any HTML elements including headings, lists, inline images, and even other tables.
answer
cells
question
To create a cell that spans two rows in a table, you enter the tag as ____.
answer
question
Which of the following CANNOT be marked with an HTML table element?
answer
table column
question
If you have four tags in each table row, that table has ____ columns.
answer
four
question
If the borders differ only in color, the color from the table object with the ____ priority is used.
answer
highest
question
Case 5-2 Boater'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.
answer
colspan = "columns"
question
Cascading Style Sheets included support for Web tables starting with ____.
answer
CSS2
question
If two borders have the same width but different styles, ____ borders have the highest priority.
answer
Double
question
Which of the following table styles has the lowest precedence?
answer
table