NEW
Font size
WorksheetsWeb Design: Chapter 2 Exam
Total questions: 20
Worksheet time: 10mins
What is important to do every so often as you create a web site?
Restart your computer
Run spell checkers on your text content
Make backups to safeguard your work
Make sure you are connected online
What will be saved in your root directory, or a sub-directory below the root?
Other resources
All of these will be saved in your root directory, or a sub-directory below the root.
HTML files
Image files
What is the common name for the directory that holds all of your web site content?
home
top
root
source
What is the name of the encoding format most frequently used for web pages?
UTF-8
SaveAs
A-Z
English
What is the term for your main web site page seen when visitors first arrive at your site?
Home Page
Site Page
Basic Page
Link Page
Which file is usually the default returned by a web server if none is present in the URL?
You will get an error if you don’t ask for a particular file
first.html
index.html
blank.html
Which of the following is an example of a "closing tag"?
< /strong >
< strong >
strong.
< closestrong >
Which of the following is NOT one of the three main HTML elements?
< html >
< head >
< prey >
< body >
A web site will live in some ______ directory on the server’s hard drive.
blue
encrypted
root
secret
In HTML5 you can write the element names using any mixture of capital and lower-case letters.
true
false
Where is a good place to backup your data?
All of these are good choices
CD
USB Memory Stick
Flash Drive
When you “backup” a file, you make a copy of that file and put it in another location for safe keeping.
true
false
Which of the following is the best "root" directory name for a web site about your pets?
MyWebPage
MyPets
Root
MySite
The default home page might typically be named:
default.html
home.html
index.html
All of these are possible home page names
All HTML files are text files that can be created and edited in a normal text editor.
true
false
How do you re-open a HTML file for editing in your text editor?
Double-click on the file from Windows Explorer or Finder
Select “File -> Open” from the editor menu
Load the file in your web browser
You can’t; once you save it, you’re done!
What have you formed when you pair together opening and closing tags?
A symbol
Angle brackets
The prey
An element
Which of the following is a common example of an "empty element"?
< prey >
< br />
< strong >
< empty >
Where does the < !DOCTYPE > declaration go on your web page?
It must be the very first line in the file – before any other elements, blank lines, or spaces!
It can go anywhere in your document.
Inside the element.
It must be the very last line in the file!
Which element is considered the "brain" of your web page?
The < head > element
The < html > element
The < body > element
The < brain > element
