NEW
Font size
WorksheetsWeb Design EOU 2
Total questions: 20
Worksheet time: 10mins
Which of the following tag is used to begin creating a table in an HTML document?
<tbl>
<table>
</tbl>
</table>
Which of the following creates a table row?
<row>
<rw>
<trow>
<tr>
Which of the following will create a column in an HTML table?
<col>
<data>
<td>
<tcol>
Which of the following tags is used to create a heading within an HTML table?
</h1>
<heading>
<h1>
<h2>
Which opening and closing tags are used to define a cell in an HTML table element?
<td> </td>
<cell> </cell>
<td> <td>
<tc> </tc>
Which is the extension for HTML files?
.exe
.doc
.excel
.html
What does this tag do:
<a href = “ “ > … <a/>
Links to an image saved in your work area
Links to an image saved in your work area
<th>
one data cell
one cell in a row of headers
one column of headers
one row of headers
caption
can be set only for header rows
can be set for each row
will appear at the bottom of a table
will appear at the top of table
The closing table tag is
</close>
</caption>
</table>
<table>
How many rows and columns does this table have?
One row and one column
One row and 3 columns
Two rows and 4 columns
Two rows and two columns
Why would a table be used?
To arrange and store similar data
To arrange and store similar data
To hold stuff
To arrange and store similar data
Adds a title, which appears above the table by default.
<table>...</table>
<caption>...</caption>
<th>...</th>
<td>...</td>
Property used to manipulate the amount of space between cell content and the cell's inner border.
border-spacing
padding
Attribute that identifies the number of table columns a single cell can occupy.
colspan
colspan
Attribute that identifies the number of table rows a single cell can occupy.
colspan
rowspan
Determines the style of border
background-color
border
text-align
padding
Combines the borders of adjacent cells into a single border instead of separating them
text-align
vertical-align
border-collapse
padding
Lorienne is building a table for her Web site that shows her babysitting rates depending on the number of hours and number of children watched.
To indicate the start and end of a row, Lorienne uses the ____element.
<td<</td>
<sd></sd>
<sr></sr>
<tr></tr>
To merge a cell across multiple columns in an HTML table, you use the ____ attribute in the opening th or td tag for the cell to specify the number of columns in which it should be displayed.
rowspan
colspan
either of these
neither of these
