NEW
Font size
WorksheetsWeb Design Creating Part 2
Total questions: 13
Worksheet time: 7mins
Which image file format supports animation?
JPEG
All image files support animation.
TIFF
GIF
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?
<h1>
<h6>
<strong>
<bold>
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?
She must include the href attribute.
She must close the container tag.
She must include the link attribute.
.edu is not a top level domain.
Shania wants to add an animated flower to her gardening Web site's homepage.
What type of copyright-free image should she search for?
The file type: .gif
Any file type
The file type: .jpg
The file type: .mp4
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?
alt
png
href
size
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?
src
img
href
name
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 href=http://www.ICT.com>Visit ICT</a>
www.ICT.com=Visit ICT
<a link=http://www.ICT.com>Visit ICT</a>
<a href=http://www.ICT.com/a>Visit ICT
Which of the following are you most likely to use DHTML for?
To create static Web pages
To link Web pages together into a Web site
To send e-mail from a Web page
To create animation in a Web page
Which statement demonstrates the best way to include animations on your Web page?
Use auto-play for animations with sound.
Animations are considered distracting and should not be used.
Use a variety of animations on the page to grab user's attention.
Use animations on the page only when they are relevant.
Which technology is used to create animation?
DHTML
JPEG
CSS
FTP
Which statement correctly describes DHTML (Dynamic HTML)?
A Web standard for creating content that reacts to user events
A scripting language used to add animation to a Web page
A type of markup language that supports CSS and JavaScript
A combination of technologies that creates dynamic interactive Web content
Which term is used to describe the combined used of audio, video, animation and interactivity?
Compatibility
Layout
Accessibility
Multimedia
To create dynamic Web content, DHTML technology uses a combination of HTML, CSS, the Document Object Model (DOM) and:
SSL
encryption
FTP
JavaScript
