Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web Tech Recap - Mid Level Testing

Total questions: 20

Worksheet time: 9mins

Name
Class
Date
1.

____ arrange data in rows and columns.

a)

Table

b)

Tag

c)

List

d)

Image

2.

____ tag is used to create a table.

a)

<tb>

b)

<table>

c)

<tab>

d)

<t>

3.

Each row within a table begins with a ____ tag.

a)

<td>

b)

<tr>

c)

<tc>

d)

<tb>

4.

Each list item starts with the ____ tag.

a)

<list>

b)

<l>

c)

<lis>

d)

<li>

5.

HTML lists allow web developers to group a set of related items in _____.

a)

tables

b)

images

c)

lists

d)

tags

6.

An unordered list starts with the _____ tag.

a)

<ul>

b)

<ol>

c)

<li>

7.

The border color of a table cannot be changed.

a)

True

b)

False

8.

Which tags are used to list items in both unordered and ordered lists?

a)

<li> </li>

b)

<1i> </1i>

c)

<il> </il>

d)

None of the above

9.

How many CELLS are in the table?

a)

3

b)

13

c)

7

d)

21

10.

How many COLUMNS are in the table?

a)

4

b)

7

c)

3

d)

2

11.

Which tag defines a numbered list?

a)

<ol>

b)

<ul>

c)

<li>

d)

<dl>

12.

Which tag is used to enter the data into the table?

a)

<table>

b)

<th>

c)

<tr>

d)

<td>

13.
The following tag will show a bulleted list
a)
<ul>
b)
<ol>
c)
<li>
d)
<list>
14.

<ol> </ol> are bulleted items

a)

True

b)

False

15.

The opening caption tag is

a)

<table>

b)

<caption>

c)

<tblcaption>

d)

<figcaption>

16.

<li> tag has no closing tag.

a)

True

b)

False

17.
HTML tags are enclosed with in which of the following brackets?
a)
Curly brackets {}
b)
brackets ()
c)
square brackets []
d)
angular brackets <>
18.
Header with largest size is displayed using which Header tag?
a)
<H1>
b)
<H6>
c)
<H5>
d)
<H4>
19.
All Tags are HTML mandatory requires a closing tag?
a)
true
b)
false
20.
which attribute is used to refer to the source file and its location in img tag
a)
href
b)
src
c)
ref
d)
rel