Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Camp Sequoia Project Exam 1

Total questions: 20

Worksheet time: 13mins

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.
What is the function of the <p> tag?
a)
Defines a paragraph.
b)
Makes the text purple.
c)
It pushes the text to the right.
d)
Prints the webpage.
3.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
4.
What is the correct HTML element for inserting a line break?
a)
<lb>
b)
<br>
c)
<break><bk>
5.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
d)
<chicken>
6.

How would you write a hyperlink to webpage.com?

a)

<a>http://www.webpage.com</a>

b)

<a name="http://www.webpage.com">webpage.com</a>

c)

<a href="http://www.webpage.com">webpage</a>

d)

<a url="http://www.webpage.com">webpage.com</a>

7.

Which of the following elements would you use to create a numbered or ordered list in an HTML document?

a)

<list>

b)

<#>

c)

<ul.

d)

<ol>

8.

Which of the following tags are formatted correctly to add an image to an HTML document?

a)

<img href="puppy.gif" alt="puppy">

b)

<img src="puppy.gif" alt="puppy">

c)

<image src="puppy.gif" alt="Puppy">

d)

<img alt="puppy">puppy.gif</img>

9.
A link that jumps to another section of the current web page.
a)
Internal Link
b)
External Link
c)
Partially Qualified URL/Relative URL
d)
Fully Qualified URL/Absolute URL
10.
A link to a webpage on another website located on a different server.
a)
Internal link
b)
External link
c)
Partially qualified URL/Relative URL
d)
Local link
11.
A URL that contains a full path to a resource, including the protocol indicator.
a)
Local link
b)
Partially qualified URL/Relative URL
c)
External link
d)
Fully Qualified URL/Absolute URL
12.
What occurs when a reference page is moved or deleted, or if page content is changed and all anchors are renamed or lost? 
a)
All successive Web page text becomes a hyperlink.
b)
All hyperlinks that link to that page continue to function.
c)
All hyperlinks that link to that page become invalid.
d)
The text or images to which the hyperlink refer disappear.
13.
When you create an internal hyperlink, you create the link that points to the bookmark using the anchor tag with which attribute?
a)
The id attribute
b)
The img attribute
c)
The href attribute
d)
The link attribute
14.
You should create external hyperlinks only after:
a)
identifying the internal bookmarks that the links will reference.
b)
obtaining permission from the owner of the site to which you want to link.
c)
ensuring that your Web site directory structure will persist on the Web server in which it resides.
d)
determining the directory structure of your Web site on your local system.
15.
Your boss wants to provide links to forms on the company's file server to the company's intranet site. Your company's intranet site is not able to link to the company's file server for security reasons. You know that you will need to upload the forms to web server that hosts the company's intranet site. What else should you do?
a)
Create local absolute links to the files.
b)
Create external relative links to the files.
c)
Create local relative links to the files.
d)
Create external absolute links to the files.
16.
What is the difference between HTML and CSS?
a)
CSS is one type of HTML
b)
HTML gives a webpage structure. CSS provides styling.
c)
CSS structures a webpage. HTML strictly provides styling.
d)
There is no difference.
17.

Harris is working with a team of website developers at the Green Plate Company. Each team member is required to leave a comment in the HTML page to let other developers know when the page was last modified. Which line of code will Harris use to create a comment?

a)
<!-- Last modified 4-21-2015, Harris Monroe. -->
b)
/* Last modified 4-21-2015, Harris Monroe. */
c)
# Last modified 4-21-2015, Harris Monroe. #
d)
<? Last modified 4-21-2015, Harris Monroe. ?>
18.

This attribute provides an alternate text for an image if it cannot be viewed.

a)

href

b)

ext

c)

alt

d)

and

19.

The ____________value starts with a hash tag # followed by the name of the image map, and is used to create a relationship between the image and the image map.

a)

usemap

b)

href

c)

map

d)

absolute

20.
Identifies an image to be displayed until the Play button is clicked or while the video is downloading
If the poster attribute is not specified, the first frame of the video is displayed instead
a)
<source> element
b)
type attribute
c)
poster attribute
d)
controls attribute