wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web Technology

Total questions: 15

Worksheet time: 7mins

Name
Class
Date
1.
Google Chrome, Mozilla Firefox and Microsoft Edge are all examples of what?
a)
Search engines
b)
Websites
c)
Web Browsers
d)
Text editors
2.
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
3.

Which tag pair is used to create the largest heading?

a)

<h1></h1>

b)

<h9></h9>

c)

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

d)

<h6> </h6>

4.

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

5.

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

a)

CSS

b)

JAVA

c)

URL

d)

CNN

6.
What is contained in the 'head' of the HTML code?
a)
All the commands
b)
All the instructions for that page
c)
The data to be displayed
d)
Information that isn't displayed
7.
software used to access and view webpages
a)
Internet
b)
TextEdit
c)
Browser
d)
Schoology
8.

What do you call a program that interprets HTML?

a)

Webpage

b)

Website

c)

Web browser

d)

Web

9.

This is used to find or locate a certain website

a)

Webpage

b)

Website

c)

Web browser

d)

Web search engine

10.

Group of webpages is called _____.

a)

Website

b)

Web browser

c)

Web Search engine

d)

None of the above

11.

Teresa wants to create an account on Facebook, a social networking site, where will she type www.facebook.com on her web browser?

a)

Address Bar

b)

Find Bar

c)

Search Bar

d)

Title Bar

12.

Which of these tags mark content with emphasis? (choose 2)

a)

<strong></strong>

b)

<em></em>

c)

<br></br>

d)

<hr></hr>

e)

<p></p>

13.
Karen wants to begin a new line within a paragraph of text on a webpage. Which code should she use?
a)
<li>
b)
<h1>
c)
<hr>
d)
<br>
14.
A <tag>
a)
Is used to divide sections
b)
Is not needed in HTML
c)
Tells the browser how to format our content
d)
Is part of the title line in HTML
15.

Comments in coding is used to help

a)

the programmer

b)

anyone viewing the website

c)

the editor of the code

d)

the reader of the code