WGU C779 Exam Questions and Correct Answers
Rated A+
The main goal of XHTML is to
create a medium that would provide for the transition from HTML to XML
Which of the following are metalanguages
Standard Generalized Markup Language (SGML) and Extensible Markup Language (XML)
The HTML web development "trifecta" consists of
HTML5, CSS and JavaScript
Why is Lynx often used by those who are visually impaired?
it is a command line text-only web browser that can be used with software that renders text
into voice
What does XHTML use to organize the data on a webpage
XML
copyright
Legal ownership of material such as books, music and films which prevents these being copied
by others.
trademark
unique word, mark, symbol, or device that identifies a product of a particular manufacturer or
merchant
trade secret
intellectual work or product belonging to business, not in the public domain
license
,a contract that legally authorizes the use of another person's or entity copyrighted intellectual
property
What specific information would you need to obtain from an ISP or cloud service provider
whose hosting services you wanted to use?
account information, IP addresses, DNS server names, and file and directory location
instructions
What is the term for rules in an external text file that determine how to display HTML
elements in your Webpages
CSS
What does XHTML use to format a page's appearance in the Web browser?
HTML
Which of the following is a Web Accessiblity Initiative (WAI) concern
disabled people need to be able to use development tools
Which of the following describe the data from which webpages are created, but do not
format webpages?
XML and SGML
Why should you avoid placing paragraph breaks around heading styles in your HTML code
because heading styles are automatically preceded and followed by paragraph breaks
Which of the following statements about HTML5 is true
The DTD file is no longer required in HTML5
Which of the following specifies the markup language and version used by your HTML file
the <!DOCTYPE> tag
What will happen if you neglect to include a <!DOCTYPE> tag in your HTML document
, your page will not validate with a markup validator
You can use the <pre> tag to:
display preformatted tabular data if you have no time to format it.
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?
Rated A+
The main goal of XHTML is to
create a medium that would provide for the transition from HTML to XML
Which of the following are metalanguages
Standard Generalized Markup Language (SGML) and Extensible Markup Language (XML)
The HTML web development "trifecta" consists of
HTML5, CSS and JavaScript
Why is Lynx often used by those who are visually impaired?
it is a command line text-only web browser that can be used with software that renders text
into voice
What does XHTML use to organize the data on a webpage
XML
copyright
Legal ownership of material such as books, music and films which prevents these being copied
by others.
trademark
unique word, mark, symbol, or device that identifies a product of a particular manufacturer or
merchant
trade secret
intellectual work or product belonging to business, not in the public domain
license
,a contract that legally authorizes the use of another person's or entity copyrighted intellectual
property
What specific information would you need to obtain from an ISP or cloud service provider
whose hosting services you wanted to use?
account information, IP addresses, DNS server names, and file and directory location
instructions
What is the term for rules in an external text file that determine how to display HTML
elements in your Webpages
CSS
What does XHTML use to format a page's appearance in the Web browser?
HTML
Which of the following is a Web Accessiblity Initiative (WAI) concern
disabled people need to be able to use development tools
Which of the following describe the data from which webpages are created, but do not
format webpages?
XML and SGML
Why should you avoid placing paragraph breaks around heading styles in your HTML code
because heading styles are automatically preceded and followed by paragraph breaks
Which of the following statements about HTML5 is true
The DTD file is no longer required in HTML5
Which of the following specifies the markup language and version used by your HTML file
the <!DOCTYPE> tag
What will happen if you neglect to include a <!DOCTYPE> tag in your HTML document
, your page will not validate with a markup validator
You can use the <pre> tag to:
display preformatted tabular data if you have no time to format it.
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?