wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML basics

Total questions: 10

Worksheet time: 7mins

Name
Class
Date
1.

Which HTML tag is used to create a hyperlink?

(a)  

2.

What is the purpose of the <head> tag in an HTML document?

a)

Defines the main content of the document.

b)

Contains metadata about the document.

c)

Represents a header section.

d)

Specifies a heading element.

3.

Which HTML tag is used for creating an unordered list?

a)

<ol>

b)

<li>

c)

<ul>

d)

<list>

4.

What does the acronym HTML stand for?

a)

HyperText Makeup Language

b)

HyperText Markup Language

c)

High-level Text Language

d)

Hyper Transfer Markup Language

5.

Which tag is used to define the structure of an HTML document?

(a)  

6.

How can you add an image to an HTML page?

a)

<img src="image.jpg" alt="Image">

b)

<picture source="image.jpg" alt="Image">

c)

<image href="image.jpg" alt="Image">

d)

<img alt="Image">image.jpg</img>

7.

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

a)

Defines a paragraph.

b)

Represents a page.

c)

Specifies a position.

d)

Represents a picture.

8.

Which HTML tag is used for creating an ordered list?

a)

<ul>

b)

<ol>

c)

<li>

d)

<list>

9.

Which tag is used to insert a line break in HTML?

(a)  

10.

What does the attribute href in the <a> tag define?

a)

The heading reference.

b)

The horizontal reference.

c)

The hyperlink reference.

d)

The HTML reference.