wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Project I

Total questions: 20

Worksheet time: 11mins

Name
Class
Date
1.
Relevant organization employees or contributors who can provide or help determine the purpose, the projected audience and developmental timelines for a Web site plan.
a)
Storyboard
b)
Wireframing
c)
Stakeholder
d)
Marketing
2.
The process of developing an outline for a Web presence
a)
Storyboard
b)
Wireframing
c)
Stakeholder
d)
Marketing
3.
A specific group of individuals that a web site is designed for is referred to as
a)
web users
b)
a target audience
c)
a SGI group
d)
a focus group
4.

A storyboard is a document that describes the:

a)

demographic and cultural issues your Web site will address.

b)

design elements you will use in your Web site.

c)

purpose and intended audience for a Web site, and provides a rough outline of the pages needed.

d)

organizational design standards to which your Web site must adhere.

5.
What is the programming language used to give webpages structure and content? *
a)
Javascript
b)
Python
c)
HTML
d)
CSS
6.
Where are your website files stored when published by a web host?
a)
Web browser
b)
Web server
c)
Internet service provider
d)
On your computer
7.
Which tag below is used to add a title to a webpage browser tab?
a)
<!doctype html>
b)
<tab>
c)
<title>
d)
<head>
8.
Which of the headings below would be the largest on your webpage?
a)
<h1>
b)
<h3>
c)
<h4>
d)
<h6>
9.
provides the main instruction of the tag. An element is required in every tag. Elements include <body>, <p>, <h1>, <title>, <table> and many others.
a)
element
b)
attribute
c)
value
10.
is the first tag in an HTML document. It informs the interpreter (usually a Web browser) what version of HTML the Web page is written in.
a)
<meta> tags
b)
<link> tag
c)
<!DOCTYPE> 
d)
<head> tag
11.
includes all the content of the Web page
a)
<body>
b)
<title>
c)
<html>
12.
What does the tag <h1></h1> produce on a webpage?
a)
paragraph
b)
heading
c)
image
d)
hyperlink
13.
Any content that is visible on your web page should go between these tags.
a)
<html></html>
b)
<style></style>
c)
<body></body>
14.
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.
15.
any program that allows you to type simple text and edit it, such as Microsoft Notepad and WordPad, or UNIX-based programs such as Vi and Pico.
a)
Instagram
b)
SnapChat
c)
Text Editor
d)
E-Mail
16.
What does HTML stand for?
a)
Hypertext Medium Language
b)
Hippo Tries Making Licorice
c)
Hypertext Markup Lingo
d)
Hypertext Markup Language
17.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
18.

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>

19.

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>

20.

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

a)

href

b)

ext

c)

alt

d)

and