wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

2.HTML Basics

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

How many types of tags are there in HTML?

a)

1

b)

2

c)

4

d)

10

2.

Choose the void elements/tags?

a)

br

b)

h1

c)

img

d)

head

3.

how many heading tags are there in HTML?

a)
6
b)
5
c)
7
d)
10
4.

<img> tag is a

a)

paired tag

b)

unpaired tag

c)

block level tag

d)

unpaired and inline tag

5.

<a> tag stands for

a)
reference
b)
hyperlink
c)
anchor
d)
link
6.

<a> tag is used for

a)
format text
b)
create hyperlinks
c)
create images
d)
style paragraphs
7.

what are the formatting elements in HTML?

a)

h1-h6

b)

bold

c)

img

d)

span

8.

Why formatting tags are used in HTML?

a)
Formatting tags are used in HTML to enhance the visual presentation of text.
b)
Formatting tags are used to add multimedia elements to a page.
c)
Formatting tags are used to define the structure of a webpage.
d)
Formatting tags are used to create hyperlinks.
9.

All formatting elements are

a)

unpaired and inline tags

b)

paired and block level tags

c)

paired and inline tags

d)

unpaired and block level tags

10.

<span> tag is used to

a)
group inline elements for styling and manipulation
b)
insert images and videos
c)
define HTML document structure
d)
create block-level elements