wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Module 2

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is the correct HTML for adding a background color?

a)

<body bgcolor="yellow">

b)

<body bcolor="yellow">

c)

<background>yellow</background>

2.

Which of the following tag is used for using a subscript text in HTML?

a)

<sub>

b)

<sup>

c)

<subscript>

3.

An <iframe> is used to display a web page within a web page.

a)

True

b)

False

c)

There is no such thing as an <iframe>

4.

What is the correct HTML for creating a hyperlink?

a)

<a href="http://www.google.com">Link</a>

b)

<a name="http://www.google.com">Link</a>

c)

<a url="http://www.google.com">Link</a>

d)

<a>http://www.google.com</a>

5.

Which character is used to indicate an end tag?

a)

/

b)

<

c)

^

d)

*

6.

What is the correct HTML for making a text input field?

a)

<input type="text">

b)

<textfield>

c)

<textinput type="text">

d)

<input type="textfield">

7.

Which of these elements are all <table> elements?

a)

<table><tr><td>

b)

<thead><body><tr>

c)

<table><tr><tt>

d)

<table><head><tfoot>

8.

Choose the correct HTML element for the largest heading:

a)

<h1>

b)

<head>

c)

<h6>

d)

<heading>

9.

What is the correct HTML element for inserting a line break?

a)

<br>

b)

<lb>

c)

<break>

10.

How can you make a numbered list?

a)

<ol>

b)

<list>

c)

<ul>

d)

<dl>