wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Day 02 - HTML Introduction

Total questions: 11

Worksheet time: 6mins

Name
Class
Date
1.

What does HTML stand for?

a)

HyperText Markup Language

b)

HyperText Machine Language

c)

HyperTransfer Markup Language

d)

HighText Machine Language

2.

Which tag is used to define the main title of a web page?

a)

<title>

b)

<head>

c)

<h1>

d)

<header>

3.

What does the <body> tag do?

a)

It adds style to the webpage.

b)

It contains the visible content of the webpage

c)

It provides metadata about the page.

d)

It links the webpage to external resources.

4.

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

a)

It contains the main content of the webpage.

b)

It provides information about the document, such as title and links to stylesheets

c)

It defines the footer of the webpage.

d)

It is used to create hyperlinks.

5.

Which tag is used to create a hyperlink in HTML?

a)

<href>

b)

<a>

c)

<link>

d)

<url>

6.

What does the <img> tag do in HTML?

a)

It defines a list.

b)

It adds a script to the webpage.

c)

It creates a table.

d)

It embeds an image in the webpage

7.

Which attribute is used to specify the destination URL of a hyperlink?

a)

src

b)

url

c)

href

d)

link

8.

What is the role of the <title> tag in HTML?

a)

It defines the main content of the webpage.

b)

It creates a footer section.

c)

Title of page

d)

It adds a form to the webpage.

9.

Which tag is used to create an unordered list in HTML?

a)

<ol>

b)

<ul>

c)

<list>

d)

<li>

10.

How many levels of headings are available in HTML?

a)

3

b)

4

c)

6

d)

2

11.

What is the role of the <head> section in an HTML document?

a)

It contains metadata and links to external resources like stylesheets

b)

It displays the main content of the webpage.

c)

It defines the title of the webpage.

d)

It provides interactive features for the webpage.