wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML BASICS

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

Which of the listed heading tags creates the largest heading?

a)

H2

b)

H3

c)

H4

d)

H6

2.

HTML coding involves using ____________ to create webpages.

a)

Tabs

b)

Tags

c)

Labels

d)

Quotes

3.

HTML stands for...

a)

Hyper Text Markup Language

b)

High Tech MachineLanguage

c)

High Tech Modem Language

d)

Hyper Tech Markup Lexicon

4.

This coding is used to create a paragraph:

a)

<pr></pr>

b)

<p></p>

c)

<para></para>

d)

<par></par>

5.

Which is the correct HTML tag for creating an unordered list?

a)

<ul>

b)

<uline>

c)

<u>

d)

<under>

6.

Which tag would you use to make a heading?

a)

<heading></heading>

b)

<bigger></bigger>

c)

<h></h1>

d)

<h1></h1>

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

Which tag pair is used to create the largest heading?

a)

<h1></h1>

b)

<h9></h9>

c)

<h type = "largest"></h>

d)

<h6> </h6>

9.

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

a)

True

b)

False

10.

The 7th grade students want to make a list of the winners of a race using numbers They would use which HTML tag?

a)

<ul></ul>

b)

<ol></ol>

c)

<list></list>

11.

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

12.

Which of the following creates the smallest header?

a)

<H2><./H2>

b)

<H3></H3>

c)

<H4></H4>

d)

<H6></H6>

13.

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

a)

True

b)

False

14.

When coding an ordered or unordered list, each separate item in the list uses this tag:

a)

<li></li>

b)

<list></list>

c)

<item></item>

15.

Which of these is another name for a web page address?

a)

CSS

b)

JAVA

c)

URL

d)

CNN

16.

More than 90 percent of websites on the Internet are coded using HTML.

a)

True

b)

False

17.

The universally accepted name for the first page on a website is

a)

home.html

b)

index.html

c)

first.html

18.

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

a)

<hr>

b)

<line>

c)

<p>

d)

<grid>

19.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
20.
What is the correct HTML for creating a hyperlink?
a)
<a href="http://www.w3schools.com">W3Schools</a>
b)
<a url="http://www.w3schools.com">W3Schools.com</a>
c)
<a>http://www.w3schools.com</a>
d)
<a name="http://www.w3schools.com">W3Schools.com</a>
21.
Google, Bing and Yahoo are all examples of what?
a)
Web browsers
b)
Search engines
c)
Web engines
d)
Text editors
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.
Which is the correct HTML element for inserting a line break?
a)
<b>
b)
<lb>
c)
<br>
d)
<break>
24.
Which character is used to indicate an end tag?
a)
/
b)
*
c)
^
d)
<
25.
How can you make a bulleted list?
a)
<ol>
b)
<ul>
c)
<list>
d)
<dl>