Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

GR10 Basic HTML Intro

Total questions: 51

Worksheet time: 27mins

Name
Class
Date
1.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
2.
These simple, easy-to-use programs allow you to enter, edit, save, and print text.
a)
text editor
b)
web browser
c)
domain name
d)
search engine
3.
HTML stands for...
a)
Hyper Text Markup Language
b)
High Tech Marking Language
c)
High Tech Modem Language
d)
Hyper Tech Markup Lexicon
4.
<!DOCTYPE> 
a)
Defines the document type
b)
Defines a comment
c)
Defines the document's body
d)
Defines information about the document
5.
Google, Bing and Yahoo are all examples of what?
a)
Web browsers
b)
Search engines
c)
Web engines
d)
Text editors
6.
Which tag starts the HTML file
a)
<H>
b)
<HTML>
c)
</HTML>
d)
<body>
7.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
8.

What does HTML stand for??

a)

Home Training Metric Length

b)

Homogenous Technical Support

c)

Hype Tense Microsoft Level

d)

Hyper Text Markup Language

9.

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

a)

<!DOCTYPE html>

<html>

<head>

</head>

<body>

<main>

</main>

</body>

</html>

b)

<html>

<head>

</head>

<body>

</body>

</html>

c)

<!DOCTYPE html>

<html>

<head>

</head>

</html>

d)

<!DOCTYPE html>

<html>

<head>

</head>

<body>

</body>

e)

<!DOCTYPE html>

<html>

<head>

<title>

</title>

</head>

<body>

</body>

</html>

10.

Choose the correct HTML element for the largest heading:

a)

<head>

b)

<h1>

c)

<heading>

d)

<h6>

11.

<p> is the opening tag for a _____________

a)

page

b)

paragraph

c)

preorder

d)

period

12.

What defines the beginning and ending of the visible part of a webpage?

a)

<head> main part of the document </body>

b)

<body> main part of the document </html>

c)

d) </body> main part of the document <html>

d)

<body> main part of the document </body>

13.

Which character is used to indicate an end tag?

a)

!

b)

#

c)

/

d)

\

14.

Where does the content of the <title> element show up in the browser?

a)

At the top of the page.

b)

In the browser tab.

c)

It's metadata, so it doesn't show up.

d)

At the bottom of the page.

15.
Which of the following is the largest heading? 
a)
h2
b)
h3
c)
h4
d)
h6
16.
These simple, easy-to-use programs allow you to enter, edit, save, and print text.
a)
text editor
b)
web browser
c)
domain name
d)
search engine
17.
HTML uses
a)
Tabs
b)
Tags
c)
Labels
d)
Quotes
18.
<!DOCTYPE> 
a)
Defines the document type
b)
Defines a comment
c)
Defines the document's body
d)
Defines information about the document
19.
HTML stands for...
a)
Hyper Text Markup Language
b)
High Tech Marking Language
c)
High Tech Modem Language
d)
Hyper Tech Markup Lexicon
20.
Defines a paragraph
a)
<pr>
b)
<p>
c)
<para>
d)
<par>
21.
HTML attributes always appear where?
a)
In the opening tag
b)
In the closing tag
c)
Between the tags
d)
After the closing tag
22.
Google Chrome, Mozilla Firefox and Microsoft Edge are all examples of what?
a)
Search engines
b)
Websites
c)
Web Browsers
d)
Text editors
23.
Google, Bing and Yahoo are all examples of what?
a)
Web browsers
b)
Search engines
c)
Web engines
d)
Text editors
24.
Which is the correct HTML element for inserting a line break?
a)
<b>
b)
<lb>
c)
<br>
d)
<break>
25.
Which is the correct HTML element for underlining text?
a)
<ul>
b)
<uline>
c)
<u>
d)
<under>
26.
What is a tag?
a)
A piece of text to explain the code
b)
A useful but not essential extra piece of code
c)
Text that tells a web browser how to display a page
d)
Parts of the code that were added later
27.
What is the purpose of this tag
</head>
a)
To start the head part of the file
b)
To end the head part of the file
c)
To stop the program
d)
To link to another web page
28.

HTML coding involves using ____________ to create webpages.

a)

Tabs

b)

Tags

c)

Labels

d)

Quotes

29.

This coding is used to create a paragraph:

a)

<pr></pr>

b)

<p></p>

c)

<para></para>

d)

<par></par>

30.

Which of the listed heading tags creates the largest heading?

a)

H2

b)

H3

c)

H4

d)

H6

31.

HTML coding involves using ____________ to create webpages.

a)

Tabs

b)

Tags

c)

Labels

d)

Quotes

32.

HTML stands for...

a)

Hyper Text Markup Language

b)

High Tech MachineLanguage

c)

High Tech Modem Language

d)

Hyper Tech Markup Lexicon

33.

Which tag would you use to make a heading?

a)

<heading></heading>

b)

<bigger></bigger>

c)

<h></h1>

d)

<h1></h1>

34.
HTML tags are always surrounded by
a)
( )
b)
{ }
c)
< >   
d)
"  "
35.

The beginning tag works like the "on" switch and the ending tag works like the "off" switch.

a)

True

b)

False

36.

Everything visible on a web page goes between these two tags.

a)

<body> </body>

b)

<title> </title>

c)

<header> </header>

d)

None of the Above

37.

Which of the following creates the smallest header?

a)

<H2><./H2>

b)

<H3></H3>

c)

<H4></H4>

d)

<H6></H6>

38.

Website Content is the text, images, and other elements included in a web page.

a)

True

b)

False

39.

Which of the following pieces of code will create a horizontal line across the page?

a)

<hr>

b)

<line>

c)

<p>

d)

<grid>

40.

How many heading levels are there

a)

6

b)

8

c)

5

d)

10

41.

Which of the following examples is an end tag.

a)

</html>

b)

<html/>

42.

Which tag adds a line break without starting a new paragraph?

a)

<br/>

b)

<hr/>

43.

Which of the following tags creates a heading on a web page?

a)

<head>

b)

<title>

c)

<h1>

d)

<hr/>

44.

What does the tag <hr/> do in a web page?

a)

Creates a horizontal line

b)

Makes text a heading

c)

Adds a line break

d)

Makes the head of the web page

45.

What does the tag </html> indicate?

a)

The beginning of a web page

b)

The end of a web page

46.

Which tag would you use to make a heading?

a)

<heading></heading>

b)

<bigger></bigger>

c)

<h></h1>

d)

<h1></h1>

47.

Which tag would you use to create a paragraph:

a)

<pr></pr>

b)

<p></p>

c)

<para></para>

d)

<par></par>

48.
HTML tags are always surrounded by
a)
( )
b)
{ }
c)
< >   
d)
"  "
49.
Which character is used to indicate an end tag?
a)
*
b)
<
c)
/
d)
^
50.

HTML stands for...

a)

Hyper Text Markup Language

b)

High Tech MachineLanguage

c)

High Tech Modem Language

d)

Hyper Tech Markup Lexicon

51.

HTML coding involves using ____________ to create webpages.

a)

Tabs

b)

Tags

c)

Labels

d)

Quotes