wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Html Quiz

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

In HTML we use _____ tag to get Bold Text ?

a)

< b >

b)

< Strong font >

c)

< fontweight >

d)

None of the Above

2.

In HTML we use _____ tag to get text in Italic?

a)

< italic text>

b)

< i >

c)

< font type="italic">

d)

None of the above

3.

Which is the correct HTML element for underlining text?

a)

<underline>

b)

<u>

c)

<line>

d)

None

4.

Which tag would you use to make a heading?

a)

<hd>

b)

<heading>

c)

<h>

d)

None

5.

Which of the listed heading tags creates the largest heading?

a)

<h6>

b)

<h4>

c)

<h2>

d)

<h1>

6.

Which is the correct HTML tag for creating an unordered list?

a)

<ul>

b)

<il>

c)

None

d)

<unorderlist>

7.

Which is the correct HTML tag for creating an ordered list?

a)

<li>

b)

<order>

c)

<list item>

d)

<ol>

8.

Which of the following tags will create a horizontal line across the page?

a)

<line>

b)

<hr>

c)

<br>

d)

None

9.

Which tag would you use to create a paragraph:

a)

<par>

b)

<p>

c)

<para>

d)

We can't create a paragraph

10.

What is the correct HTML for creating a hyperlink?

a)

<a> </a>

c)
d)

<a href:facebook.com> </a>