Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web One Vocab

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.
A markup element that affects at least an entire paragraph.
a)
block-level element
b)
rule
c)
selector
d)
text-level element
2.
A markup element that affects single characters or words.
a)
block-level element
b)
rule
c)
selector
d)
text-level element
3.
The process of developing an outline for a Web presence.
a)
Storyboard
b)
wireframing
c)
block-level
d)
outline
4.
In a style sheet, any element to which designated styles are applied.
a)
hyperlink
b)
tag element
c)
selector
d)
call
5.
A brief, hierarchical representation of aWeb site that enables visitors to quickly identify areasof the site and navigate to them.
a)
Storyboard
b)
Wireframe
c)
Site Map
d)
Outline
6.
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.
7.
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>
8.
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. ?>
9.
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.
10.
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
11.
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
12.
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
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.
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>
15.
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>
16.
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
17.
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
18.
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.
19.
Why doesn't the following code validate as HTML5?
a)
The webpage does not have an <h1> tag
b)
The <article> tag is missing.
c)
The </html> tag is missing.
d)
The <blockquote> tag should not be nested inside the <p> tags.
20.
Violating a copyright or trademark is an example of what?
a)
plagiarism
b)
infringment
c)
licensing
d)
non-disclosure