WorksheetsWeb Tech Recap - Mid Level Testing
Total questions: 20
Worksheet time: 9mins
____ arrange data in rows and columns.
Table
Tag
List
Image
____ tag is used to create a table.
<tb>
<table>
<tab>
<t>
Each row within a table begins with a ____ tag.
<td>
<tr>
<tc>
<tb>
Each list item starts with the ____ tag.
<list>
<l>
<lis>
<li>
HTML lists allow web developers to group a set of related items in _____.
tables
images
lists
tags
An unordered list starts with the _____ tag.
<ul>
<ol>
<li>
The border color of a table cannot be changed.
True
False
Which tags are used to list items in both unordered and ordered lists?
<li> </li>
<1i> </1i>
<il> </il>
None of the above
How many CELLS are in the table?
3
13
7
21
How many COLUMNS are in the table?
4
7
3
2
Which tag defines a numbered list?
<ol>
<ul>
<li>
<dl>
Which tag is used to enter the data into the table?
<table>
<th>
<tr>
<td>
<ol> </ol> are bulleted items
True
False
The opening caption tag is
<table>
<caption>
<tblcaption>
<figcaption>
<li> tag has no closing tag.
True
False
