wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

BootCamp Test 01

Total questions: 40

Worksheet time: 21mins

Name
Class
Date
1.
What does HTML stand for?
a)
Hypertext Medium Language
b)
Hippo Tries Making Licorice
c)
Hypertext Markup Lingo
d)
Hypertext Markup Language
2.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
3.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
4.
the tag <IMG> would insert what into a web page?
a)
Insert a title
b)
Insert a link
c)
Insert an image
5.
Which format usually works best for photos?
a)

JPEG

b)

DOC

c)

GIF

d)

WAV

6.
<p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
7.
</p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
8.
<body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
9.

What goes in the <head> section?

a)

A brain

b)

the title

c)

hair

d)

the body

10.
An attribute is a; 
a)
Applies changes to everything
b)
Different options for each tab
c)
Allows for no changes to the site
d)
Gives structure and text
11.
Body tags are used;
a)
Used for only the header
b)
Used only for the paragraph
c)
element that wraps everything that is visible on the page.
d)
Not used in HTML
12.

Which is the correct tag to change the colour of Hello to RED?

a)

<font color="Pink">This is some text!</font>

b)

<font color="red">Hello</font>

c)

<font color="red">hello//</font>

d)

<font colour="red">This is some text!</font>

13.
The following tag will show a bulleted list
a)
<ul>
b)
<ol>
c)
<li>
d)
<list>
14.
Which tag defines a numbered list?
a)
<OL>
b)
<UL>
c)
<LI>
d)
<NL>
15.
HTML tags are always surrounded by
a)
( )
b)
{ }
c)
< >  
d)
"  "
16.

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

a)

<hr>

b)

<line>

c)

<p>

d)

<grid>

17.
Which is the correct HTML element for underlining text?
a)
<ul>
b)
<uline>
c)
<u>
d)
<under>
18.

Which of the following is the correct HTML syntax for inserting an image

a)

<img>apple.jpg</img>

b)

<img src="apple.jpg">

c)

<image src="apple.jpg">

d)

<img ="apple.jpg">

19.

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

a)

home.html

b)

index.html

c)

first.html

20.

The parts of HTML source code that mark the start and end of various parts of a webpage, and which consist of a command between the symbols '<' and '>' (< >) are called what?.

a)

Tags

b)

Elements

c)

Sections

d)

Labels

21.

The largest size heading tag - often used to create the main heading of a web page - is ____ .

a)

<h1> </h1>

b)

<h2> </h2>

c)

<h5> </h5>

d)

<h6> </h6>

22.

Which of these is a correct starting tag?

a)

<H1>

b)

</H1>

c)

<H!>

d)

</H/>

23.

What does text become when the <b> tag is used?

a)

Bigger

b)

Black

c)

Bold

d)

Backwards

24.

<br>

a)

change background color

b)

insert a browser link

c)

 insert a line break

25.

The correct sequence of HTML tags for starting a webpage is -

a)

Head, Title, HTML, body

b)

HTML, Body, Title, Head

c)

HTML, Head, Title, Body

d)

HTML, Title, Body, Head

26.

How many levels of headings are there under the heading tag ?

a)

5

b)

2

c)

6

d)

7

27.

Which of the following is an Empty tag ?

a)

<b>

b)

<p>

c)

<html>

d)

<br>

28.

Which tag should be used to display text in the smallest heading level ?

a)

<h1>

b)

<h5>

c)

<h6>

d)

<h10>

29.

HTML for adding a background color of yellow.

a)

<body style:"background-color:yellow;">

b)

<body style="background:yellow;">

c)

<body style=background-color:yellow;>

d)

<body style="background-color:yellow;">

30.

This character is used to indicate an end tag.

a)

\

b)

/

c)

>

d)

<

31.

How many HTML elements are in this example?

a)

3

b)

5

c)

7

d)

6

32.

Which is the proper way to write an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>

33.

Inventor of HTML

a)

Bill Gates

b)

Steve Jobs

c)

Sir Tim Berners-Lee

d)

Mark Zuckerberg

34.

Group of webpages is called _____.

a)

Website

b)

Web browser

c)

Web Search engine

d)

None of the above

35.

Which of these will correctly add a title to a web page

a)
b)
c)
d)
36.

Q. 

Look at the graphic opposite. Which html tag is represented by the letter B?

a)

<body>

b)

<title>

c)

<html>

d)

<head>

37.

“WWW” is the abbreviation for which of the following?

a)

World Without Websites

b)

World Wide Web

c)

Workforce Wide Web

d)

World Wide Watch

38.
What is a computer virus?
a)
When your screen shuts off.
b)
A program that infects the files on your computer.
c)
A virus that makes your screen freeze.
d)
None of the Above.
39.

Which would be the correct code to implement an unordered list?

a)

<ol>

<li>...</li>

<ol/>

b)

<ul>

<li>...</li>

<ul/>

c)

<uol>

<li>...</li>

<uol/>

d)

<li>

<ul>...</ul>

<li/>

40.

Which tag would you use to create a paragraph:

a)

<pr></pr>

b)

<p></p>

c)

<para></para>

d)

<par></par>