wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Q1 : HTML

Total questions: 10

Worksheet time: 4mins

Name
Class
Date
1.

1. What does HTML stand for?

a)

A. Home Tool Markup Language

b)

B. Hyperlinks and Text Markup Language

c)

C. Hyper Text Markup Language

2.

2. What is the correct HTML tag for the largest heading?

a)

A. <h6>

b)

B. <H2>

c)

C. <h1>

3.

3. Which of the character that is used to indicate an end tag?

a)

A. Asterisk (*)

b)

B. Forward Slash (/)

c)

C. Parenthesis ( )

4.

4. Which element defines the title of the document?

a)

A. <title>

b)

B. <head>

c)

C. <meta>

5.

5. Which is the correct doctype?

a)

A. <!DOCTYPE/html>

b)

B. <!DOCTYPE html>

c)

C. <!DOCTYPE<html>

6.

6. Which of these tags is NOT a font property

a)

A. Color

b)

B. Size

c)

C. Link

7.

7. What is the extension name of an HTML file?

a)

A. .xls

b)

B. .html

c)

C. .webpage

8.

8. What is the function of <p> tag?

a)

A. Defines paragraph

b)

B. Defines font size

c)

C. Defines a link

9.

9. The part of an HTML file where you can find the pictures and links.

a)

A. Head

b)

B. Body

c)

C. Footer

10.

What is the correct code for aligning the text at the center?

a)

align = “center”

b)

align = “<center>”

c)

align = { “center”}