WGU C779 Practice Questions and Correct Answers
What are Syntactically Awesome Style Sheets (SASS) used for with regard to
adding functionality? - ANS As a CSS extension language for preprocessing
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? - ANS Purple
Given the following markup and code: <nav id="basenav"> green or black </nav> #basenav {
color: red;}nav { color: blue;} Which color will the navigation element be? - ANS Red
Which code block should be used to set the background image for a web page? - ANS body{
background-image: url('paper.gif')}
28.
Which HTML tag is used to display text exactly as it is defined in the HTML markup? - ANS Pre
Which CSS state selectors show uninspected HREFs in red? - ANS a:link { color:red; }
Which type of address does the hyperlink ../about/map.html point towards? - ANS Relative
Uniform Resource Locator (URL)
Which attribute is used with the <img> tag to display text if the image fails to load? - ANS alt
Which property is used in CSS3 to specify the left or right alignment of an image? - ANS float
, Which attribute is used to specify the format of a video file? - ANS type
Which valid code shows a functional, formatted hyperlink reference? - ANS <a
href="http://www.wgu.edu">WGU</a>
Which pair of points is specified when defining a rectangular hot spot? - ANS Upper left
and lower right
Which two points are specified when defining a circular hot spot? Choose 2 answers. - ANS
Center, Radius
Which table element is always required when adding a table to an HTML page? - ANS Row
Which symbol with an href value tells the browser to look for an anchor within the current
document? - ANS Hash (#)
What is a benefit of a GUI editor? - ANS Writes HTML code automatically
What is the purpose of the W3C Authoring Tool Accessibility Guidelines? - ANS To
guide development of editors for developers with disabilities
What does the W3C Authoring Tool Accessibility Guidelines evaluate? - ANS Usability of the
GUI editor by a user with disabilities
What are two characteristics of <!DOCTYPE>? Choose 2 answers. - ANS Instructs a web
browser which HTML version to use, Read by an HTML validation engine
What are two characteristics of WYSIWYG editors? Choose 2 answers. - ANS Might fail to
edit code that contains newer tags, Allow page creation by using a mouse
What are Syntactically Awesome Style Sheets (SASS) used for with regard to
adding functionality? - ANS As a CSS extension language for preprocessing
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? - ANS Purple
Given the following markup and code: <nav id="basenav"> green or black </nav> #basenav {
color: red;}nav { color: blue;} Which color will the navigation element be? - ANS Red
Which code block should be used to set the background image for a web page? - ANS body{
background-image: url('paper.gif')}
28.
Which HTML tag is used to display text exactly as it is defined in the HTML markup? - ANS Pre
Which CSS state selectors show uninspected HREFs in red? - ANS a:link { color:red; }
Which type of address does the hyperlink ../about/map.html point towards? - ANS Relative
Uniform Resource Locator (URL)
Which attribute is used with the <img> tag to display text if the image fails to load? - ANS alt
Which property is used in CSS3 to specify the left or right alignment of an image? - ANS float
, Which attribute is used to specify the format of a video file? - ANS type
Which valid code shows a functional, formatted hyperlink reference? - ANS <a
href="http://www.wgu.edu">WGU</a>
Which pair of points is specified when defining a rectangular hot spot? - ANS Upper left
and lower right
Which two points are specified when defining a circular hot spot? Choose 2 answers. - ANS
Center, Radius
Which table element is always required when adding a table to an HTML page? - ANS Row
Which symbol with an href value tells the browser to look for an anchor within the current
document? - ANS Hash (#)
What is a benefit of a GUI editor? - ANS Writes HTML code automatically
What is the purpose of the W3C Authoring Tool Accessibility Guidelines? - ANS To
guide development of editors for developers with disabilities
What does the W3C Authoring Tool Accessibility Guidelines evaluate? - ANS Usability of the
GUI editor by a user with disabilities
What are two characteristics of <!DOCTYPE>? Choose 2 answers. - ANS Instructs a web
browser which HTML version to use, Read by an HTML validation engine
What are two characteristics of WYSIWYG editors? Choose 2 answers. - ANS Might fail to
edit code that contains newer tags, Allow page creation by using a mouse