WGU C779 Web Development Foundations Study Guide Questions and Answers 2022/2023| 100% Correct Verified Answers

1 / 12
WGU C779 Study Guide Web Development Foundations
Questions and Answers
(Verified Answers by Expert)
1.* An organization has users which run older versions of Internet
Explorer. Which action should be done to ensure that that web page
content is visible in all browsers✅✅✅ Add JavaScript code to HTML
documents and create a new CSS rule.
2.* What happens when a site visitor views a web page that uses a font
unavailable on the visitor’s computer✅✅✅ The browser’s default font
will be dis- played.
3.* Which two methods are used to apply Cascading Style Sheets
aka CSS✅✅✅ Embedding an internal style sheet in an HTML
page
Linking an HTML page to an external style sheet
4.* Which value of the opacity property in CSS3, represents

2 / 12
completely opaque✅✅✅ 1.00
5.* Which directive overrides normal cascading in CSS✅✅✅ !Important
6.* What are Syntactically Awesome Style Sheets aka SASS used for with
regard to adding functionality✅✅✅ As a CSS extension language for
preprocessing
7.* Given the following CSS: p{color: red;} p{color: yellow;} p{color:
green;} p{color: purple;} Which color is used when text in the referenced
paragraph displays✅✅✅ Purple
8.* Given the following markup and code: green or black #basenav { color: red; } nav { color: blue; } Which color will
the navigation element be✅✅✅ Red
9.* Which code block should be used to set the background image for a
web page✅✅✅ body { background-image: url(‘paper.gif’) }
10.* Which HTML tag is used to display text exactly as it is defined in
the HTML markup✅✅✅ Pre

3 / 12
11.* Which CSS state selectors show uninspected HREFs in red✅✅✅
a:link { color:red; }
12.* Which type of address does the hyperlink ../about/map.html point
to- wards✅✅✅ Relative Uniform Resource Locator (URL)
13.* Which attribute is used with the tag to display text if the
image fails to load✅✅✅ alt
14.* Which property is used in CSS3 to specify the left or right alignment
of an image✅✅✅ float

Scroll to Top