WGU C779 Exam Questions and Correct
Answers Rated A+
The opening <body> and closing </body> tags encompass:
all content to be displayed on the user page through the user agent
Consider the following line from an HTML document
Site Development Associate <br>
This code shows an example of
a stand alone non-empty tag
Which of the following can be considered an advantage of PNG image files?
They feature looseless compression, using an uncopyrighted algorithm
Question 2 : In a style sheet, what must you use to separate multiple declarations for
one selector within a rule?
semicolon
Consider the following code from a CSS document:
body {color: teal; font: white;}
rule
Which Web image format is best suited for line art, custom drawings and
navigational images?
GIF
Which technique should you use to indent a paragraph or create additional spaces
between words on an HTML page?
,insert non-breaking spaces
What color does the hexadecimal value #FFFFFF represent?
white
In a CSS document, within what must you enclose properties and values when you define
a rule for a specified selector?
curly braces
What is a CSS selector?
Any element to which designated styles are applied
Lossy compression is a compression technology:
in which the more an image is compressed, the more its quality is reduced.
What color does the mixture of red, green and blue light on a monitor screen produce?
white
Which of the following can be considered a benefit of Cascading Style Sheets (CSS)?
One simple change to the style sheet will change all elements across the site.
Generally, which Web image format should you use if you want the highest image
quality with small file size?
JPEG
What is the default value for aligning images relative to text using CSS?
bottom
In hexadecimal code, the number 16 is represented as:
10
Why should you avoid adding spaces or hard returns within an <img> tag?
, Because XHTML will render the additional spaces or hard returns, which may affect the
placement of the image on the page
You can include non-keyboard characters in Webpages, such as © and ®, by entering a
special HTML code for each character, called the escape sequence. With what characters
must you start and end the escape sequence
You must start the escape sequence with an ampersand ( & ) and end with a semicolon ( ; ).
Which of the following would be the best method to use for floating images to the left
and right of text in HTML5 if you are developing sites with multiple pages?
external css classes
Which attributes are required for the <img> tag in HTML?
src and alt
Which of the following is true of CMYK?
CMYK is used for color printing, and any RGB color schemes get converted to CMYK when sent
to a color printer.
HTML5 with CSS has introduced specific elements to structure Webpages. In which structure
element should you include hypertext menus to access various pages of the Website?
The <nav> structure element
What happens when you place a CSS rule between the / and / characters?
the rule will be ignored
You use the <hr> tag to:
add a horizontal line to a Web page.
Which attribute of the anchor (<a>) element determines the color of unvisited hyperlinks?
a:link
Answers Rated A+
The opening <body> and closing </body> tags encompass:
all content to be displayed on the user page through the user agent
Consider the following line from an HTML document
Site Development Associate <br>
This code shows an example of
a stand alone non-empty tag
Which of the following can be considered an advantage of PNG image files?
They feature looseless compression, using an uncopyrighted algorithm
Question 2 : In a style sheet, what must you use to separate multiple declarations for
one selector within a rule?
semicolon
Consider the following code from a CSS document:
body {color: teal; font: white;}
rule
Which Web image format is best suited for line art, custom drawings and
navigational images?
GIF
Which technique should you use to indent a paragraph or create additional spaces
between words on an HTML page?
,insert non-breaking spaces
What color does the hexadecimal value #FFFFFF represent?
white
In a CSS document, within what must you enclose properties and values when you define
a rule for a specified selector?
curly braces
What is a CSS selector?
Any element to which designated styles are applied
Lossy compression is a compression technology:
in which the more an image is compressed, the more its quality is reduced.
What color does the mixture of red, green and blue light on a monitor screen produce?
white
Which of the following can be considered a benefit of Cascading Style Sheets (CSS)?
One simple change to the style sheet will change all elements across the site.
Generally, which Web image format should you use if you want the highest image
quality with small file size?
JPEG
What is the default value for aligning images relative to text using CSS?
bottom
In hexadecimal code, the number 16 is represented as:
10
Why should you avoid adding spaces or hard returns within an <img> tag?
, Because XHTML will render the additional spaces or hard returns, which may affect the
placement of the image on the page
You can include non-keyboard characters in Webpages, such as © and ®, by entering a
special HTML code for each character, called the escape sequence. With what characters
must you start and end the escape sequence
You must start the escape sequence with an ampersand ( & ) and end with a semicolon ( ; ).
Which of the following would be the best method to use for floating images to the left
and right of text in HTML5 if you are developing sites with multiple pages?
external css classes
Which attributes are required for the <img> tag in HTML?
src and alt
Which of the following is true of CMYK?
CMYK is used for color printing, and any RGB color schemes get converted to CMYK when sent
to a color printer.
HTML5 with CSS has introduced specific elements to structure Webpages. In which structure
element should you include hypertext menus to access various pages of the Website?
The <nav> structure element
What happens when you place a CSS rule between the / and / characters?
the rule will be ignored
You use the <hr> tag to:
add a horizontal line to a Web page.
Which attribute of the anchor (<a>) element determines the color of unvisited hyperlinks?
a:link