NEW
Font size
WorksheetsWeb Design Test Prep 3
Total questions: 30
Worksheet time: 22mins
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?
<bold>
<h1>
<h6>
<strong>
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?
She must include the link attribute
She must close the container tag
She must includes the href attribute
.edu is not a top level domain
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?
<head></head>
<text></text>
<meta></meta>
<body></body>
Which term is used to describe the combined used of audio, video, animation and interactivity?
accessibility
multimedia
compatibility
layout
Which HTML heading tag should you use to indicate the least important heading on your page?
<h6>
<h2>
<h1>
<h5>
Which pair of HTML tags creates a numbered list?
<li></li>
<ol></ol>
<ul></ul>
<list></list>
Which table element is used to create a standard table cell?
<tr>
<td>
<table>
<th>
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?
size
alt
png
href
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: .jpg
Any file type
The file type: .gif
The file type: .mp4
Which of the following are you most likely to use DHTML for?
To create static Web pages
To create animation in a Web page
To send e-mail from a Web page
Which statement correctly describes DHTML (Dynamic HTML)?
a web standard for creating content that reacts to user events
a type of markup language that supports CSS and JavaScript
a scripting language used to add animation to a webpage
a combination of technologies that ceates dynamic interactive web content
Which technology is used to create animation?
DHTML
JPEG
CSS
FTP
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?
<strong>
<blockquote>
<h1>
<p>
To create dynamic Web content, DHTML technology uses a combination of HTML, CSS, the Document Object Model (DOM) and:
SSL
FTP
encryption
JavaScript
Which code example correctly inserts an HTML comment into a Web page?
<comment="comment text">
<comment text/>
<--comment text--/>
<!--comment text-->
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?
.ogg, .mp4 and .mov
.ogg, .mp3 and .jpg
.ogg .png and .mov
.png, .gif, and .jpg
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
Which HTML code will create a link that takes the visitor to an external Web site?
<a "www.ICT.com"> Visit ICT </a>
<a href="http://www.ICT.com"> Visit ICT </a>
<a "http://www.ICT.com"> Visit ICT </a>
<a href="ICT.com"> Visit ICT </a>
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?
name
src
href
alt
Which HTML tag is an example of an inline element?
<p>
<h1>
<hr>
<img>
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>
<a href="http://www.ICT.com"/a>Visit ICT
<a link="http://www.ICT.com">Visit ICT</a>
"www.ICT.com"=Visit ICT
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>?
value
attribute
content
element
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?
<ul></ul>
<li></li>
<bl></bl>
<ol></ol>
Which image file format supports animation?
JPEG
TIFF
GIF
All image files support animation
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
href
img
name
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?
< - - for color coding based on type - - / >
<! - - for color coding based on type - - >
< comment = "for color coding based on type" >
< for color coding based on type />
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?
Which element surrounds the HTML document content that will display in the browser window?
<body></body>
<meta></meta>
<head></head>
<link></link>
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______________.
DHTML
HTMLD
CSS
Javascript
Which term is used to describe the combined used of audio, video, animation and interactivity
Compatibility
layout
accessibility
multimedia
