wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

QUIZ 2 HTML

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

The HTML …… element defines a line break.

a)

<p>

b)

<tr>

c)

<br>

d)

<b>

2.

The <marquee> tag is a container tag of HTML is implemented for creating …………….. .

a)

scrollable text

b)

heading

c)

paragraph

d)

blink text

3.

A link will appear underlined and blue refer to:

a)

An active link

b)

A inactive link

c)

A visited link

d)

An unvisited link

4.

Using the target attribute _top will:

a)

Load in a new window

b)

Load in the parent frameset

c)

Load in the same frame

d)

Load in the full body of the window

5.

Choose attribute used with TD tag to merge three cells vertically.

a)

merge=colspan3

b)

rowspan=3

c)

colspan=3

d)

merge=row3

6.

Used to clear form and start over.

a)

<input type=”clear”>

b)

<input type=”delete”>

c)

<input type=”reset”>

d)

<input type=”submit”>

7.

Open a link in a same browser.

a)

<a href=”url” target=”_blank”>

b)

<a href=”url” target=”_self”>

c)

<a href=”url” target=”_parent”>

d)

<a href=”url” target=”_top”>

8.

A HTML document where information about the document is placed.

a)

<!DOCTYPE>

b)

<html>…</html>

c)

<head>…</head>

d)

<body>…</body>

9.

Choose the correct HTML for adding a background color.

a)

<body color=”green”>

b)

<background color=”green”>

c)

<body bgcolor=”green”>

d)

<body backgroundcolor=”green”>

10.

Tag that creates a radio button for a form in HTML.

a)

<radiobutton>

b)

<input radiobutton>

c)

<input type=”radio”>

d)

<input type=”radiobutton”>