wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Frontend batch Quiz- 1

Total questions: 9

Worksheet time: 5mins

Name
Class
Date
1.

What does HTML stand for?

a)

A) Hyper Text Markup Language

b)

B) Hyperlinks and Text Markup Language

c)

C) Home Tool Markup Language

d)

D) Hyper Tool Markup Language

2.

Which HTML tag is used for the largest heading?

a)

A) <head>

b)

B) <h6>

c)

C) <h1>

d)

D) <heading>

3.

What is the purpose of the <p> tag in HTML?

a)

A) To add padding to text

b)

B) To add a paragraph

c)

C) To add a page break

d)

D) To add padding around an element

4.

What property adds space inside the HTML element, between the content and the border?

a)

A) margin

b)

B) padding

c)

C) border

d)

D) spacing

5.

Which HTML tag is used to create a line break?

a)

A) <lb>

b)

B) <br>

c)

C) <break>

d)

D) <newline>

6.

Which HTML element contains a website’s metadata?

a)

A) <head>

b)

B) <meta>

c)

C) <header>

d)

D) <footer>

7.

Which HTML attribute is used to define the path to an image?

a)

A) href

b)

B) src

c)

C) img

d)

D) path

8.

Which tag is used to make text bold in HTML?

a)

A) <strong>

b)

B) <b>

c)

C) <em>

d)

D) Both A and B

9.

Which tag is used for a division or a section in an HTML document?

a)

A) <section>

b)

B) <div>

c)

C) <body>

d)

D) <span>