NEW
Font size
WorksheetsQuiz Sec-F 11-8-2023
Total questions: 79
Worksheet time: 45mins
<a href = “ “ > … <a/>
th
one cell in a row of headers
one data cell
one row of headers
one column of headers
tr
one column on the right
one cell in a table
one row of anything
one column of anything
td
one cell in a header
one column of a row
one row of a column
one data cell in a row
caption
can be set only for header rows
can be set for each row
will appear at the top of table
will appear at the bottom of a table
td and th
can appear only in rows
cannot be used in rows
can be used outside of rows
can be used outside of columns
colspan
can only be used in caption
can be used only in td
can be used only in td or th
be be used only in tr
rowspan
can only be used in caption
can be used only in td
can be used only in td or th
be be used only in tr
The closing table tag is
</close>
</caption>
</table>
<table>
The opening caption tag is
<table>
<caption>
<tblcaption>
<figcaption>
rowspan="2"
one td or th spans 2 columns
all td or th spans 2 columns
one td or th spans 2 rows
one tr spans 2 rows
Where does the clickable TEXT belong in this tag?
<a href=" (blank A) "> (blank B) </a>
blank A
blank B
Which is an example of a complete Hyperlink tag?
a href="www.somesite.com/link.html" LINK a
<a href="www.somesite.com/link.html"> LINK </a>
<a="www.somesite.com/link.html"> LINK </a>
<a href=www.somesite.com/link.html> LINK <a>
What is a rowspan?
An attribute that is used with <th> or <td> element to horizontally span two or more columns.
An open-source and front-end framework that contains HTML and CSS design templates.
An attribute that is used with <th> or <td> element to vertically span two or more rows
This is an element that we used on every website
What is a colspan?
An attribute that is used with <th> or <td> element to horizontally span two or more columns.
An open-source and front-end framework that contains HTML and CSS design templates.
An attribute that is used with <th> or <td> element to vertically span two or more rows
This is an element that we used on every website
What is a Bootstrap?
An attribute that is used with <th> or <td> element to horizontally span two or more columns.
An open-source and front-end framework that contains HTML and CSS design templates.
An attribute that is used with <th> or <td> element to vertically span two or more rows
This is an element that we used on every website
What is padding?
An Attribute that identifies the number of table rows a single cell can occupy
A property used to manipulate the amount of space between cell content and the cell's inner border
A property used to manipulate the amount of space between borders of adjacent table cells
A property that determines how far the table or cell will extend horizontally across the page
What is border-spacing?
An Attribute that identifies the number of table rows a single cell can occupy
A property used to manipulate the amount of space between cell content and the cell's inner border
A property used to manipulate the amount of space between borders of adjacent table cells
A property that determines how far the table or cell will extend horizontally across the page
What is the width which is used in HTML Tables?
An Attribute that identifies the number of table rows a single cell can occupy
A property used to manipulate the amount of space between cell content and the cell's inner border
A property used to manipulate the amount of space between borders of adjacent table cells
A property that determines how far the table or cell will extend horizontally across the page
What are the start tag and end tag codes for the table header?
<table></table>
<th></th>
<header></header>
<th/>
What are the start tag and end tag codes for the table data?
<td></td>
<data></data>
<table></table>
<td/>
What are the start tag and end tag codes for the table row?
<row></row>
<table></table>
<tr></tr>
<tablerow></tablerow>
What is a table caption?
Creates a table. Contains all other table elements.
Adds a caption or title, which appears above the table by default.
Contains all data for a table row
Designates table cell contents. By default, the data is left-justifed.
What is a table row?
Creates a table. Contains all other table elements.
Adds a caption or title, which appears above the table by default.
Contains all data for a table row
Designates table cell contents. By default, the data is left-justified.
What is table data?
Creates a table. Contains all other table elements.
Adds a caption or title, which appears above the table by default.
Contains all data for a table row
Designates table cell contents. By default, the data is left-justified.
What is a table?
Creates a table. Contains all other table elements.
Adds a caption or title, which appears above the table by default.
Contains all data for a table row
Designates table cell contents. By default, the data is left-justified.
What is a table header?
Creates a table. Contains all other table elements.
Typically designates cells in the top row or left column. By default, text in a header cell will appear bold and centered.
Contains all data for a table row
Designates table cell contents. By default, the data is left-justified.
True or False?
A table border will always appear whenever a table is being created.
True
False
True or False?
Border-Collapse Collapses the borders of adjacent cells into a single border instead of separating them.
True
False
Where does the clickable TEXT belong in this tag?
<a href=" (blank A) "> (blank B) </a>
blank A
blank B
Which is an example of a complete Hyperlink tag?
a href="list.html" LIST a
<a href="list.html"> LIST </a>
<a="list.html"> LIST </a>
<a href="list"> LIST </a>
If I click the following link, which web page will show up?
<a href="pictures.html"> HOME </a>
home page
animals page
list page
pictures page
