wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web Design Test Prep 3

Total questions: 30

Worksheet time: 22mins

Name
Class
Date
1.

Jonathan is creating headings for his Web page. He wants the most important headings to be the largest and the least important to be the smallest. Which HTML heading tag should he use to indicate the most important heading on his page?

a)

<bold>

b)

<h1>

c)

<h6>

d)

<strong>

2.

Rosie is placing a link in her personal Web page to her school's Web site. She uses the following HTML5 code:

Why won't Rosie hyperlink function?

a)

She must include the link attribute

b)

She must close the container tag

c)

She must includes the href attribute

d)

.edu is not a top level domain

3.

Kylah is looking at the code for her favorite Web page. She wants to see the specific code for text that she sees on the page. Which element surrounds the content that she wishes to view?

a)

<head></head>

b)

<text></text>

c)

<meta></meta>

d)

<body></body>

4.

Which term is used to describe the combined used of audio, video, animation and interactivity?

a)

accessibility

b)

multimedia

c)

compatibility

d)

layout

5.

Which HTML heading tag should you use to indicate the least important heading on your page?

a)

<h6>

b)

<h2>

c)

<h1>

d)

<h5>

6.

Which pair of HTML tags creates a numbered list?

a)

<li></li>

b)

<ol></ol>

c)

<ul></ul>

d)

<list></list>

7.

Which table element is used to create a standard table cell?

a)

<tr>

b)

<td>

c)

<table>

d)

<th>

8.

Paige attempts to validate her HTML5 code. The validator indicates her image tag is invalid. She asks her teacher why this is the case. Her teacher reminds Paige that there are two main attributes that every image tag must have. The first is the src attribute. What is the second attribute?

a)

size

b)

alt

c)

png

d)

href

9.

Shania wants to add an animated flower to her gardening Web site's homepage. What type of copyright-free image should she search for?

a)

The file type: .jpg

b)

Any file type

c)

The file type: .gif

d)

The file type: .mp4

10.

Which of the following are you most likely to use DHTML for?

a)

To create static Web pages

b)

To create animation in a Web page

c)

To send e-mail from a Web page

11.

Which statement correctly describes DHTML (Dynamic HTML)?

a)

a web standard for creating content that reacts to user events

b)

a type of markup language that supports CSS and JavaScript

c)

a scripting language used to add animation to a webpage

d)

a combination of technologies that ceates dynamic interactive web content

12.

Which technology is used to create animation?

a)

DHTML

b)

JPEG

c)

CSS

d)

FTP

13.

Dustin wants emphasis for a word, but only when it appears in a sentence. Which HTML tag is an example of the appropriate inline element?

a)

<strong>

b)

<blockquote>

c)

<h1>

d)

<p>

14.

To create dynamic Web content, DHTML technology uses a combination of HTML, CSS, the Document Object Model (DOM) and:

a)

SSL

b)

FTP

c)

encryption

d)

JavaScript

15.

Which code example correctly inserts an HTML comment into a Web page?

a)

<comment="comment text">

b)

<comment text/>

c)

<--comment text--/>

d)

<!--comment text-->

16.

Mickey is adding video to his Web site and wants to be sure that it can play for as many site visitors as possible. Which video file types are used by most browsers?

a)

.ogg, .mp4 and .mov

b)

.ogg, .mp3 and .jpg

c)

.ogg .png and .mov

d)

.png, .gif, and .jpg

17.

Rosie is placing a link in her personal Web page to her school's Web site. She uses the following HTML5 code: <a "http://genericschool.edu"> Visit Generic School </a> Why won't Rosie hyperlink function?

a)

she must include the href attribute

b)

she must close the container tag

c)

she must include the link attribute

d)

.edu is not a top level domain

18.

Which HTML code will create a link that takes the visitor to an external Web site?

a)

<a "www.ICT.com"> Visit ICT </a>

b)

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

c)

<a "http://www.ICT.com"> Visit ICT </a>

d)

<a href="ICT.com"> Visit ICT </a>

19.

Which HTML attribute should you add to the <img> tag to describe the image in case a site visitor cannot view the image on your Web page?

a)

name

b)

src

c)

href

d)

alt

20.

Which HTML tag is an example of an inline element?

a)

<p>

b)

<h1>

c)

<hr>

d)

<img>

21.

Jared wants the following words to appear as text on his Web page as a hyperlink: Visit ICT

How should Jared format his HTML code to create the hyperlink?

a)

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

c)

<a link="http://www.ICT.com">Visit ICT</a>

d)

"www.ICT.com"=Visit ICT

22.

Consider the following example HTML code:

<title> My Web Page </title>

Which term describes the text that appears inside the angle brackets, such as <title>?

a)

value

b)

attribute

c)

content

d)

element

23.

Juan is creating a Web site about his college experience. He wants a page in his site to have tips on buying textbooks. He wants the tips to appear as a bulleted list. Which pair of HTML tags should he use?

a)

<ul></ul>

b)

<li></li>

c)

<bl></bl>

d)

<ol></ol>

24.

Which image file format supports animation?

a)

JPEG

b)

TIFF

c)

GIF

d)

All image files support animation

25.

Carson has created a hyperlinked image on his Web page. His hyperlink is to a Web page about sharks. When viewing his page he realizes that he has used an image of a kitten instead of a shark. To switch the kitten for a shark, Carson must change the value for which attribute?

a)

src

b)

href

c)

img

d)

name

26.

Nina is working with a team on a Web site that sells a wide variety of products. She has completed a lengthy bit of HTML code and wants to explain to her co-workers that the HTML is for color coding products based on product type. How would Nina insert her comments directly into the lines of code?

a)

< - - for color coding based on type - - / >

b)

<! - - for color coding based on type - - >

c)

< comment = "for color coding based on type" >

d)

< for color coding based on type />

27.

Consider the following HTML code to create a hyperlink:

<a href=http://www.ICT.com> Visit ICT </a>

Which choice shows how this hyperlink will appear on the Web page to site visitors?

b)

Visit ICT

c)

<a http://www.ICT.com> Visit ICT </a>

d)

www.ICT.com Visit ICT

28.

Which element surrounds the HTML document content that will display in the browser window?

a)

<body></body>

b)

<meta></meta>

c)

<head></head>

d)

<link></link>

29.

Gabriella is making a Web site for her short stories. She wants the visitors to be able to change the page color or fonts for easier reading, but she does not know the complex code for this. Gabriella copies and pastes the script from a Web site to achieve her goal. The term for the creation of this form of visitor interactivity is generally referred to as______________.

a)

DHTML

b)

HTMLD

c)

CSS

d)

Javascript

30.

Which term is used to describe the combined used of audio, video, animation and interactivity

a)

Compatibility

b)

layout

c)

accessibility

d)

multimedia