wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Table Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What tag is used to create a row of data in an HTML table?

a)

<th>

b)

<tr>

c)

<td>

d)

<table>

2.

Which tag is used to organize data in columns within a table row?

a)

<td>

b)

<tr>

c)

<table>

d)

<th>

3.

What tag is used to create a table in HTML?

a)

<table>

b)

<th>

c)

<tr>

d)

<td>

4.

How can you make a cell span multiple columns in HTML?

a)

colspan attribute

b)

rowspan attribute

c)

merge attribute

d)

cellspan attribute

5.

Which attribute is used to add space between the border of a cell and its content in HTML tables?

a)

spacing

b)

padding

c)

margin

d)

border-spacing

6.

How can you make a cell span multiple rows in HTML?

a)

colspan attribute

b)

rowspan attribute

c)

merge attribute

d)

cellspan attribute

7.

Which of the following is not an attribute of <tr></tr>

a)

width

b)

heigh

c)

valign

d)

align

8.

Attribute used to define hyperlink.

a)

<a></a>

b)

<a>

c)

<hyper>

d)

<hyper></hyper>

9.

indicate the target link of the anchor

a)

src

b)

href

c)

target

d)

link

10.

Type of hyperlink that link to a page on the same web server.

a)

absolote

b)

relative

c)

named anchor

d)

same