WorksheetsECS - HTML - Quiz #3 Rev - Tables and Lists
Total questions: 12
Worksheet time: 6mins
How many rows are in the following table?
4
3
5
2
How many columns are in the following table?
4
3
5
2
Does the following table have a border?
Yes
No
Maybe. Not enough information.
Does the following table have a border?
Yes
No
Maybe. Not enough information.
How many rows does the following table have?
5
4
3
2
What did Yanny do wrong with the following code?
Nothing. It creates a table.
There is no content between the opening and closing table tags.
It is missing a closing </tr> tag.
It is missing a closing </td> tag.
What type of list does the following code produce?
Ordered.
Unordered.
Both ordered and unordered.
Can't say. Not enough information.
What type of list does the following code produce?
Ordered
Unordered
Both ordered and unordered
Can't say. Not enough information.
What is the difference between a <th> tag and a <td> tag? There are multiple answers.
<th> tag bolds the text.
<th> tag centers the text.
<td> tags create a hyperlink.
<td> tags make an unordered list.
What is wrong with the hyperlink code?
Nothing.
Missing closing </a> tag
No content between the opening <a> and closing </a> tags
HREF is misspelled as HERF
What is the correct syntax for inserting an image?
<img src> chipotleGuac.jpg </img>
<src img="chipotleGuac.jpg">
<img src="chipotleGuac.jpg">
<src img> chipotleGuac.jpg </img>
What is wrong with the following hyperlink?
Nothing.
The closing tag is missing the slash </a>
There is no content between the opening and closing <a> tags.
HREF is misspelled as HERF
