Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML: INTRO

Total questions: 35

Worksheet time: 16mins

Name
Class
Date
1.

It is the abbreviation of HyperText Markup Language: it is the language of the World Wide Web. It is a standard text formatting language used to create and display pages on the Web.

a)

HTML

b)

CSS

c)

HTTP

d)

WWW

2.

What does HTML stand for??

a)

Home Training Metric Length

b)

Homogenous Technical Support

c)

Hype Tense Microsoft Level

d)

Hyper Text Markup Language

3.

Which set contains all of the DEFAULT tags needed to create a webpage?

a)

<!DOCTYPE html>

<html>

<head>

</head>

<body>

</body>

</html>

b)

<html>

<head>

</head>

<body>

</body>

</html>

c)

<!DOCTYPE html>

<html>

<head>

</head>

</html>

d)

<!DOCTYPE html>

<html>

<head>

</head>

<body>

</body>

4.

Web pages starts with which of the following tag?

a)

<form>

b)

<HTML>

c)

<body>

d)

<Title>

5.
What is HTML stands for?
a)
Hyper text make up language
b)
Hyperlinks text make up language
c)
Home tool mark up language
d)
Hyper text mark up language
6.
Choose the correct HTML element for the largest heading:
a)
<head>
b)
<h1>
c)
<heading>
d)
<h6>
7.
Choose the correct answer.
a)
</p>
b)
:p
c)
p:
d)
<p>
8.
Choose the correct answer.
a)
<h2>
b)
<h1>
c)
<h6>
d)
<h3>
9.
Choose the correct answer.
a)
DOCTYPE
b)
<html>element
c)
<body>element
d)
all of the above
10.
What is the structure of HTML
a)
html, head, title, body
b)
html, head, hr, body
c)
html, head, text, img
d)
html, title, body, text
11.
The HTML document itself begins with .......... and ends with ............
Fill in the blanks.
a)
<html></html>
b)
<head></head>
c)
<title></title>
d)
<body></body>
12.
What is the meaning of <p>?
a)
Starts a paragraph
b)
Starts a text
c)
Starts a body
d)
Starts a number
13.
"Forces a line break here"
From the text above, What is the command tag?
a)
<br>
b)
<hr>
c)
<p>
d)
<ul>
14.
What is the first tag that you put in a html document?
a)
<head>
b)
<header>
c)
<DOCTYPE html>
d)
<!DOCTYPE html>
15.
What is the second tag that you put in a html document?
a)
<head>
b)
<header>
c)
<title>
d)
<!DOCTYPE html>
16.
In a basic web page, what is the third tag that you might put in a html document?
a)
<title>
b)
<header>
c)
<!DOCTYPE html>
d)
<html>
17.
Which of the following tags are in the <head>
a)
<p>
b)
<body>
c)
<footer>
d)
<title>
18.
Which of the following tags are the last tag on a html document
a)
<end>
b)
</body>
c)
</footer>
d)
</html>
19.
The <body> tag comes after the <head> tag - true or false?
a)
True
b)
False
20.
The <head> tag comes after the <body> tag - true or false?
a)
True
b)
False
21.
What is the function of the <p> tag?
a)
Defines a paragraph.
b)
Makes the text purple.
c)
It pushes the text to the right.
d)
Prints the webpage.
22.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
23.

Please Define HTML in your Own words

(a)  

24.

<h1> is an example of a _______.

a)

Headline Tag

b)

Paragraph Tag

c)

filename

25.

HTML controls the _________ of a webpage.

a)

feel

b)

precision

c)

structure

d)

style

26.

Fill in the blank for the html code to create a link:

< a _____="https://www.w3schools.com/">Visit W3Schools.com!</a>

a)

link

b)

href

c)

ref

d)

webpage

27.

Fill in the blank for the html code to create a link:

< a _____="https://www.w3schools.com/">Visit W3Schools.com!</a>

a)

link

b)

href

c)

ref

d)

webpage

28.

Which of the following matches the output from the HTML code below?

<p><u>Hello <i>there<i><u><p>

a)

Hello there

b)

Error

c)

Hello there

d)

Hello there

29.

Use the options to fill in the blank space.

<img src = "__________">

a)

TURTLE.JPG

b)

Turtle.jpg

c)

turtle.jpg

d)

turtle jpg

30.

What is missing from the following piece of code?

<img ___ = "turtle.jpg">

a)

scr

b)

source

c)

rce

d)

src

31.

The start tag is also called the ...................

a)

closing tag.

b)

opening tag

c)

Middle tag

d)

Declaring tag

32.

4. What type of tag is < li>?

a)

List tag

b)

An italics tag

c)

A line tag

33.
Which section is used for text and tags?
a)
Arm
b)
Body
c)
Footer
d)
Head
34.
<h> is
a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
35.

Which tag is used to define a single line break?

a)

<br>

b)

<slb>

c)

<linebreak>

d)

<line>