wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web Design Creating Part 2

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

Which image file format supports animation?

a)

JPEG

b)

All image files support animation.

c)

TIFF

d)

GIF

2.

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)

<h1>

b)

<h6>

c)

<strong>

d)

<bold>

3.

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.

4.

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: .gif

b)

Any file type

c)

The file type: .jpg

d)

The file type: .mp4

5.

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)

alt

b)

png

c)

href

d)

size

6.

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)

img

c)

href

d)

name

7.

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>

b)

www.ICT.com=Visit ICT

c)

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

d)

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

8.

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

a)

To create static Web pages

b)

To link Web pages together into a Web site

c)

To send e-mail from a Web page

d)

To create animation in a Web page

9.

Which statement demonstrates the best way to include animations on your Web page?

a)

Use auto-play for animations with sound.

b)

Animations are considered distracting and should not be used.

c)

Use a variety of animations on the page to grab user's attention.

d)

Use animations on the page only when they are relevant.

10.

Which technology is used to create animation?

a)

DHTML

b)

JPEG

c)

CSS

d)

FTP

11.

Which statement correctly describes DHTML (Dynamic HTML)?

a)

A Web standard for creating content that reacts to user events

b)

A scripting language used to add animation to a Web page

c)

A type of markup language that supports CSS and JavaScript

d)

A combination of technologies that creates dynamic interactive Web content

12.

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

a)

Compatibility

b)

Layout

c)

Accessibility

d)

Multimedia

13.

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

a)

SSL

b)

encryption

c)

FTP

d)

JavaScript