WorksheetsGR10 Basic HTML Intro
Total questions: 51
Worksheet time: 27mins
What does HTML stand for??
Home Training Metric Length
Homogenous Technical Support
Hype Tense Microsoft Level
Hyper Text Markup Language
Which set contains all of the DEFAULT tags needed to create a webpage?
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<main>
</main>
</body>
</html>
<html>
<head>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
<!DOCTYPE html>
<html>
<head>
<title>
</title>
</head>
<body>
</body>
</html>
Choose the correct HTML element for the largest heading:
<head>
<h1>
<heading>
<h6>
<p> is the opening tag for a _____________
page
paragraph
preorder
period
What defines the beginning and ending of the visible part of a webpage?
<head> main part of the document </body>
<body> main part of the document </html>
d) </body> main part of the document <html>
<body> main part of the document </body>
Which character is used to indicate an end tag?
!
#
/
\
Where does the content of the <title> element show up in the browser?
At the top of the page.
In the browser tab.
It's metadata, so it doesn't show up.
At the bottom of the page.
</head>
HTML coding involves using ____________ to create webpages.
Tabs
Tags
Labels
Quotes
This coding is used to create a paragraph:
<pr></pr>
<p></p>
<para></para>
<par></par>
Which of the listed heading tags creates the largest heading?
H2
H3
H4
H6
HTML coding involves using ____________ to create webpages.
Tabs
Tags
Labels
Quotes
HTML stands for...
Hyper Text Markup Language
High Tech MachineLanguage
High Tech Modem Language
Hyper Tech Markup Lexicon
Which tag would you use to make a heading?
<heading></heading>
<bigger></bigger>
<h></h1>
<h1></h1>
The beginning tag works like the "on" switch and the ending tag works like the "off" switch.
True
False
Everything visible on a web page goes between these two tags.
<body> </body>
<title> </title>
<header> </header>
None of the Above
Which of the following creates the smallest header?
<H2><./H2>
<H3></H3>
<H4></H4>
<H6></H6>
Website Content is the text, images, and other elements included in a web page.
True
False
Which of the following pieces of code will create a horizontal line across the page?
<hr>
<line>
<p>
<grid>
How many heading levels are there
6
8
5
10
Which of the following examples is an end tag.
</html>
<html/>
Which tag adds a line break without starting a new paragraph?
<br/>
<hr/>
Which of the following tags creates a heading on a web page?
<head>
<title>
<h1>
<hr/>
What does the tag <hr/> do in a web page?
Creates a horizontal line
Makes text a heading
Adds a line break
Makes the head of the web page
What does the tag </html> indicate?
The beginning of a web page
The end of a web page
Which tag would you use to make a heading?
<heading></heading>
<bigger></bigger>
<h></h1>
<h1></h1>
Which tag would you use to create a paragraph:
<pr></pr>
<p></p>
<para></para>
<par></par>
HTML stands for...
Hyper Text Markup Language
High Tech MachineLanguage
High Tech Modem Language
Hyper Tech Markup Lexicon
HTML coding involves using ____________ to create webpages.
Tabs
Tags
Labels
Quotes
