wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web Design: Chapter 2 Exam

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is important to do every so often as you create a web site?

a)

Restart your computer

b)

Run spell checkers on your text content

c)

Make backups to safeguard your work

d)

Make sure you are connected online

2.

What will be saved in your root directory, or a sub-directory below the root?

a)

Other resources

b)

All of these will be saved in your root directory, or a sub-directory below the root.

c)

HTML files

d)

Image files

3.

What is the common name for the directory that holds all of your web site content?

a)

home

b)

top

c)

root

d)

source

4.

What is the name of the encoding format most frequently used for web pages?

a)

UTF-8

b)

SaveAs

c)

A-Z

d)

English

5.

What is the term for your main web site page seen when visitors first arrive at your site?

a)

Home Page

b)

Site Page

c)

Basic Page

d)

Link Page

6.

Which file is usually the default returned by a web server if none is present in the URL?

a)

You will get an error if you don’t ask for a particular file

b)

first.html

c)

index.html

d)

blank.html

7.

Which of the following is an example of a "closing tag"?

a)

< /strong >

b)

< strong >

c)

strong.

d)

< closestrong >

8.

Which of the following is NOT one of the three main HTML elements?

a)

< html >

b)

< head >

c)

< prey >

d)

< body >

9.

A web site will live in some ______ directory on the server’s hard drive.

a)

blue

b)

encrypted

c)

root

d)

secret

10.

In HTML5 you can write the element names using any mixture of capital and lower-case letters.

a)

true

b)

false

11.

Where is a good place to backup your data?

a)

All of these are good choices

b)

CD

c)

USB Memory Stick

d)

Flash Drive

12.

When you “backup” a file, you make a copy of that file and put it in another location for safe keeping.

a)

true

b)

false

13.

Which of the following is the best "root" directory name for a web site about your pets?

a)

MyWebPage

b)

MyPets

c)

Root

d)

MySite

14.

The default home page might typically be named:

a)

default.html

b)

home.html

c)

index.html

d)

All of these are possible home page names

15.

All HTML files are text files that can be created and edited in a normal text editor.

a)

true

b)

false

16.

How do you re-open a HTML file for editing in your text editor?

a)

Double-click on the file from Windows Explorer or Finder

b)

Select “File -> Open” from the editor menu

c)

Load the file in your web browser

d)

You can’t; once you save it, you’re done!

17.

What have you formed when you pair together opening and closing tags?

a)

A symbol

b)

Angle brackets

c)

The prey

d)

An element

18.

Which of the following is a common example of an "empty element"?

a)

< prey >

b)

< br />

c)

< strong >

d)

< empty >

19.

Where does the < !DOCTYPE > declaration go on your web page?

a)

It must be the very first line in the file – before any other elements, blank lines, or spaces!

b)

It can go anywhere in your document.

c)

Inside the element.

d)

It must be the very last line in the file!

20.

Which element is considered the "brain" of your web page?

a)

The < head > element

b)

The < html > element

c)

The < body > element

d)

The < brain > element