C779 WGU Web Development Foundations - Pre-Assesment
1. An organization has users which run older versions Add JavaScript code to
of Internet Explorer. Which action should be done to HTML documents and cre-
ensure that that web page content is visible in all ate a new CSS rule.
browsers?
2. What happens when a site visitor views a web page The browser's default font
that uses a font unavailable on the visitor's computer? will be displayed.
3. Which two methods are used to apply Cascading Style -Embedding an internal
Sheets (CSS)? style sheet in an HTML
page
-Linking an HTML page to
an external style sheet
4. Which value of the opacity property in CSS3, repre- 1.00
sents completely opaque?
5. Which directive overrides normal cascading in CSS? !Important
6. What are Syntactically Awesome Style Sheets (SASS) As a CSS extension lan-
used for with regard to adding functionality? guage for preprocessing
7. Given the following CSS: Purple
p{color: red;}
p{color: yellow;}
p{color: green;}
p{color: purple;}
Which color is used when text in the referenced para-
graph displays?
8. Given the following markup and code: Red
1/8
, C779 WGU Web Development Foundations - Pre-Assesment
<nav id="basenav"> green or black </nav>
#basenav {
color: red;
}
nav {
color: blue;
}
Which color will the navigation element be?
9. Which code block should be used to set the back- body
ground image for a web page? {
background-image:
url('paper.gif')
}
10. Which HTML tag is used to display text exactly as it is Pre
defined in the HTML markup?
11. Which CSS state selectors show uninspected HREFs in a:link { color:red; }
red?
12. Which type of address does the hyperlink Relative Uniform Resource
../about/map.html point towards? Locator (URL)
13. Which attribute is used with the <img> tag to display alt
text if the image fails to load?
14. Which property is used in CSS3 to specify the left or float
right alignment of an image?
15. Which attribute is used to specify the format of a video type
file?
2/8
1. An organization has users which run older versions Add JavaScript code to
of Internet Explorer. Which action should be done to HTML documents and cre-
ensure that that web page content is visible in all ate a new CSS rule.
browsers?
2. What happens when a site visitor views a web page The browser's default font
that uses a font unavailable on the visitor's computer? will be displayed.
3. Which two methods are used to apply Cascading Style -Embedding an internal
Sheets (CSS)? style sheet in an HTML
page
-Linking an HTML page to
an external style sheet
4. Which value of the opacity property in CSS3, repre- 1.00
sents completely opaque?
5. Which directive overrides normal cascading in CSS? !Important
6. What are Syntactically Awesome Style Sheets (SASS) As a CSS extension lan-
used for with regard to adding functionality? guage for preprocessing
7. Given the following CSS: Purple
p{color: red;}
p{color: yellow;}
p{color: green;}
p{color: purple;}
Which color is used when text in the referenced para-
graph displays?
8. Given the following markup and code: Red
1/8
, C779 WGU Web Development Foundations - Pre-Assesment
<nav id="basenav"> green or black </nav>
#basenav {
color: red;
}
nav {
color: blue;
}
Which color will the navigation element be?
9. Which code block should be used to set the back- body
ground image for a web page? {
background-image:
url('paper.gif')
}
10. Which HTML tag is used to display text exactly as it is Pre
defined in the HTML markup?
11. Which CSS state selectors show uninspected HREFs in a:link { color:red; }
red?
12. Which type of address does the hyperlink Relative Uniform Resource
../about/map.html point towards? Locator (URL)
13. Which attribute is used with the <img> tag to display alt
text if the image fails to load?
14. Which property is used in CSS3 to specify the left or float
right alignment of an image?
15. Which attribute is used to specify the format of a video type
file?
2/8