wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web Design Cert Prep

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.
Harold is creating a website for his company's Intranet. He needs to create a heading at the beginning of the content on each webpage. Which type of HTML element will he use?
a)
A text-level element
b)
A paragraph-level element
c)
A structure-level element
d)
A content-level element
2.
Your boss wants to provide links to forms on the company's file server to the company's intranet site. Your company's intranet site is not able to link to the company's file server for security reasons. You know that you will need to upload the forms to web server that hosts the company's intranet site. What else should you do?
a)
Create local relative links to the files.
b)
Create local absolute links to the files.
c)
Create external absolute links to the files.
d)
Create external relative links to the files.
3.
Janice is creating a table to compare the price of various photography packages that customers on her e-commerce website can purchase. She wants to a table cell with the name of each package, that is centered both horizontally and vertically. Which HTML element should she use?
a)
<td>
b)
<caption>
c)
<th>
d)
<center>
4.
Harris is working with a team of website developers at the Green Plate Company. Each team member is required to leave a comment in the page to let other developers know when the page was last modified. Which line of code will Harris use to create a comment?
a)
<!-- Last modified 4-21-2015, Harris Monroe. -->
b)
/* Last modified 4-21-2015, Harris Monroe. */
c)
# Last modified 4-21-2015, Harris Monroe. #
d)
<? Last modified 4-21-2015, Harris Monroe. ?>
5.
The Nicro Clothing Company recently learned that its customers have had difficulty using its website because it does not render correctly in their web browsers. The Nicro Clothing Company has a team of five website developers who work on the company's website. When examining the website the developers discovered that each person used the code he or she was most familiar with. How should they edit the code to correct this problem?
a)
To consistently use uppercase letters.
b)
To conform to single W3C HTML standard.
c)
To use proprietary code for each web browser.
d)
To follow a single W3C scripting language standard.
6.
Which attribute is required on a <img> tag for the webpage to validate as HTML5 according to the W3C standard?
a)
id
b)
title
c)
name
d)
alt
7.
Which attribute is used with the HTML <area> tag in order to create a hot spot for an image map?
a)
name
b)
map
c)
href
d)
rect
8.
Bessie, a freelance website developer, was hired to redesign and update the website for Sanderson Farms, a fruit and vegetable distributor. The site currently has 32 pages and the company wants Bessie to launch the website in just four weeks. Bessie plans to rewrite most of the code so that it is HTML5 compliant. She is concerned that she will not have enough time to develop and test the website, so she needs to complete the website planning and select the images for the website within the next 2 days. What should she do to acquire all of the images she will need?
a)
Take pictures of the Sanderson Farms fruits and vegetables herself.
b)
Hire a photographer to take pictures of the Sanderson Farms fruits and vegetables.
c)
Purchase stock photos of fruits and vegetables from online resources.
d)
Download images of fruits and vegetables from Google.
9.
Julie is redesigning the website for Kimber's Dance Studio. She plans to set her styles using RGB colors and wants to use pure blue. What color code will she use?
a)
0, 0, 255
b)
#00FFFF
c)
0, 255, 0
d)
#00FF00
10.
The web form on the Wiki Wifi Cafe website will not process. The <form> element includes the method attribute but something is missing. What?
a)
The <input> elements need the type attribute.
b)
The <input> elements need the action attribute.
c)
The <form> element need the type attribute.
d)
The <form> element needs the action attribute.
11.
Which HTML tag, when used to structure a webpage, will cause it to fail validation regardless of the HTML standard that is being used?
a)
The <div> tag
b)
The <table> tag
c)
The <article> tag
d)
The <span> tag
12.
Pojan is creating a website using the HTML5 standard. He plans to use CSS but is unsure of which CSS standard HTML5 supports. Which CSS standards can he use?
a)
Any CSS standard (CSS1, CSS2, or CSS3)
b)
The CSS2 and CSS3 standards only
c)
The CSS3 standard only
d)
The CSS1 and CSS2 standards only
13.
Which code should a web developer use to attach an external CSS Style Sheet to an HTML webpage?
a)
<link rel="stylesheet" type="text/css" href="styles.css">
b)
<link rel=stylesheet type=css href=styles.css>
c)
<style ref="stylesheet" type="css" href="styles.css">
d)
<style ref=stylesheet type=text/css href=syb/syb.css>
14.
What is the order of precedence for CSS?
a)
External styles override embedded styles.
b)
External styles overrides all other styles.
c)
Embedded styles override inline styles.
d)
Inline styles override all other styles.
15.
Vernon created a webpage that has image-based navigation. He also wants to add text-based navigation to help ensure accessibility. What HTML5 tag should he use?
a)
<header>
b)
<footer>
c)
<article>
d)
<table>
16.
Which code should be used to center a paragraph of text?
a)
<p text-align="center">This is centered text.</p>
b)
<p style="text-align: center">This is centered text.</p>
c)
<p style: text-align ="center">This is centered text.</p>
d)
<p "align: center">This is centered text.</p>
17.
Corbin wrote the following HTML code but it does not render in the browser correctly. Why?
<video width="375" height="410" controls="controls">
<file src="video.web" type="video/webm">
The video could not be displayed.
</video>
a)
The <file> tag should be a <source> tag.
b)
The <file> tag is not closed.
c)
HTML5 does not support the webm video format.
d)
The alternate text for the <video> tag is not set.
18.
Which web-based tool should be used to validate HTML files?
a)
http://www.vischeck.com
b)
http://www.cynthiasays.com
c)
http://validator.w3.org
d)
http://jigsaw.w3.org
19.
Joni wants to establish a mobile presence for his website. What should he do to ensure that he offers mobile-friendly content to the largest audience possible?
a)
a mobile website
b)
a mobile app
c)
a traditonal website
d)
an RSS feed
20.
To ensure cross-platform compatibility and functionality web developers should validate their webpages and:
a)
test webpages in the most common browsers, including current and older versions.
b)
test webpages in standards-compliant browsers only.
c)
test webpages in the most popular web browser according to the target audience.
d)
test webpages in the latest version of each major web browser.