Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Quiz | For Beginners

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does HTML stands for ?

a)

Hyper Text Markup Language

b)

High Text Markup Language

c)

Hyper Tabular Markup Language

d)

Hyper Text Makeup Language

2.

From which tag descriptive list starts ?

a)

<LL>

b)

<DD>

c)

<DL>

d)

<DS>

3.

Which is the largest heading tag in HTML ?

a)

<h1>

b)

<h2

c)

<h4>

d)

<h6>

4.

Which of the following is an attribute of form tag ?

a)

Method

b)

Action

c)

Post

d)

All Of These

5.

Which of the following attributes of text box control allow to limit the maximum character?

a)

size

b)

len

c)

maxlength

d)

max

6.

<DT> tag is designed to fit a single line of our web page but what will a <DD> tag accept ?

a)

line of text

b)

full paragraph

c)

word

d)

request

7.

How can you open a link in a new browser tab?

a)

< a href = "url" target = "new">

b)

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

c)

<a href = "url".new>

d)

<a href = "url" target ="open">

8.

The latest HTML standard is

a)

XML

b)

SGML

c)

HTML 4.0

d)

HTML 5.0

9.

How can you make an e-mail link?

a)

<mail href +"mail@y.com">

b)

<a href ="mail to: email@y.com">

c)

<a href = "mail@y.com">

d)

None Of These

10.

Which tag creates a number/order list ?

a)

<UL>

b)

<OL>

c)

<OT>

d)

None Of These