100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

WGU C777 FINAL EXAM QUESTIONS WITH CORRECT SOLUTIONS | LATEST UPDATE | VERIFIED STUDY GUIDE | GRADED A+ | GUARANTEED PASS.

Rating
-
Sold
-
Pages
110
Grade
A+
Uploaded on
13-01-2026
Written in
2025/2026

WGU C777 FINAL EXAM QUESTIONS WITH CORRECT SOLUTIONS | LATEST UPDATE | VERIFIED STUDY GUIDE | GRADED A+ | GUARANTEED PASS. What does the W3C Markup Validation Service use to determine the HTML specification against which to validate your Web page markup code? A) The specified DTD in the <nav> section of your HTML page B) The specified DTD in the <main> section of your HTML page C) The <!DOCTYPE> declaration in the <header> section of your HTML page D) The specified DTD in the <!DOCTYPE> declaration on your HTML page -- ANSWERThe specified DTD in the <!DOCTYPE> declaration on your HTML page What attribute should you add to the <audio> element if you want your audio to play over and over again without stopping? A) autoplay="autoplay" B) loop="autoplay" C) autoplay="loop" D) loop="loop" -- ANSWER--loop="loop" What can you do to ensure that your Web page content is rendered appropriately regardless of the browser used to render it? A) Incorporate languages and technologies such as Java, ActiveX, Microsoft Silverlight and Adobe Flash in your Web pages. 2 B) Follow W3C standards carefully, choose one standard version of any given language you use, and apply that standard consistently. C) Write code in multiple versions of any given language to maximize the number of browsers in which your pages will render correctly. D) Avoid using HTML5 APIs in your Web pages. -- ANSWER--Follow W3C standards carefully, choose one standard version of any given language you use, and apply that standard consistently. Which HTML 4.01 flavor required the separation of presentation and content? A) HTML 4.01 Standard B) HTML 4.01 Strict C) HTML 4.01 Frameset D) HTML 4.01 Transitional -- ANSWER--HTML 4.01 Strict The HTML5 specification supports, among others, the popular MP3, Ogg and WAV audio formats. Which of the following major Web browsers supports all three of these formats? A) Firefox and Internet Explorer 10 B) Chrome and Firefox C) Internet Explorer 10 and Chrome D) Safari and Firefox -- ANSWER--Chrome and Firefox What distinguishes Extensible HTML (XHTML) from other versions of HTML? A) XHTML incorporates the strict syntax rules of Extensible Markup Language (XML) with the existing set of HTML 4.01 tags to create Web documents. B) XHTML standardizes how video and audio are presented on a Web page. 3 C) XHTML establishes ways to enable drag-and-drop capability for Web pages without using third-party add-ons. D) XHTML gives developers more native tools to use on a page, such as download progress indicators, image captioning options and form validation. -- ANSWER--XHTML incorporates the strict syntax rules of Extensible Markup Language (XML) with the existing set of HTML 4.01 tags to create Web documents. Which of the following is no longer necessary when you use HTML5 to develop Web pages? A) Applying a single W3C standard consistently throughout your document B) Validating your markup code C) Installing a third-party plug-in to include video D) Using a scripting language to enhance a Web page -- ANSWER--Installing a third-party plug-in to include video What does it mean to create Web pages with "responsive design"? A) Your Web pages respond to user screen size and work in multiple environments. B) Your code validates properly so that the code will be recognized by most user agents. C) Your Web pages incorporate languages and technologies such as Java, ActiveX, Microsoft Silverlight and Adobe Flash. D) Your Web pages appear statically regardless of the device used to view them. -- ANSWER--Your Web pages respond to user screen size and work in multiple environments. Which technology enables you to place formatting instructions in an external text file to determine how HTML elements in a Web page will display? A) Geolocation 4 B) HTML5 APIs C) HTML5 D) Cascading Style Sheets -- ANSWER--Cascading Style Sheets To what does the term "app" refer? A) Relatively small programs that enable components of an application to work together to produce a desired functionality B) Relatively small applications developed exclusively for mobile devices C) Relatively simple Web pages that respond to user screen size D) Relatively simple Web pages that work in multiple environments -- ANSWER--Relatively small applications developed exclusively for mobile devices HTML5 APIs can be used to: A) determine how to display HTML elements in your Web pages. B) call another location in the Web page or a separate Web page when the API is selected. C) provide a development environment that enables the seamless use of proprietary browser plug-ins. D) create apps for mobile devices. -- ANSWER--create apps for mobile devices. HTML5 has introduced specific elements to structure Web pages. In which structure element should you include hypertext menus to access various pages of the Web site? A) The <article> structure element B) The <aside> structure element C) The <nav> structure element 5 D) The <section> structure element -- ANSWER--The <nav> structure element What is an advantage of using HTML5 APIs when designing Web pages for mobile devices? A) HTML5 APIs use fewer resources than a proprietary browser plug-in does, such as battery power and CPU memory. B) HTML5 APIs streamline the application of proprietary browser plug-ins when plugins are included in Web pages designed for mobile devices. C) HTML5 APIs make Web pages non-responsive to varying user screen sizes, thereby saving battery power and CPU memory. D) HTML5 APIs eliminate the need for Cascading Style Sheets, thereby saving battery power and CPU memory. -- ANSWER--HTML5 APIs use fewer resources than a proprietary browser plug-in does, such as battery power and CPU memory. Code validation is the process of: A) creating code that responds to user screen size. B) accessing another point in a Web page or separate Web page. C) determining how to display HTML elements in your Web page. D) checking your code to verify that it complies with the syntax rules for your chosen standard. -- ANSWER--checking your code to verify that it complies with the syntax rules for your chosen standard. Consider the following HTML code:

Show more Read less











Whoops! We can’t load your doc right now. Try again or contact support.

Document information

Uploaded on
January 13, 2026
Number of pages
110
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

1




WGU C777 FINAL EXAM QUESTIONS WITH
CORRECT SOLUTIONS | LATEST UPDATE 2026-2027 |
VERIFIED STUDY GUIDE | GRADED A+ |
GUARANTEED PASS.



What does the W3C Markup Validation Service use to determine the HTML specification
against which to validate your Web page markup code?

A) The specified DTD in the <nav> section of your HTML page

B) The specified DTD in the <main> section of your HTML page

C) The <!DOCTYPE> declaration in the <header> section of your HTML page

D) The specified DTD in the <!DOCTYPE> declaration on your HTML page -- ANSWER-
The specified DTD in the <!DOCTYPE> declaration on your HTML page



What attribute should you add to the <audio> element if you want your audio to play over
and over again without stopping?

A) autoplay="autoplay"

B) loop="autoplay"

C) autoplay="loop"

D) loop="loop" -- ANSWER--loop="loop"



What can you do to ensure that your Web page content is rendered appropriately regardless of
the browser used to render it?

A) Incorporate languages and technologies such as Java, ActiveX, Microsoft Silverlight
and Adobe Flash in your Web pages.

,2




B) Follow W3C standards carefully, choose one standard version of any given language
you use, and apply that standard consistently.

C) Write code in multiple versions of any given language to maximize the number of
browsers in which your pages will render correctly.

D) Avoid using HTML5 APIs in your Web pages. -- ANSWER--Follow W3C standards
carefully, choose one standard version of any given language you use, and apply that standard
consistently.



Which HTML 4.01 flavor required the separation of presentation and content?

A) HTML 4.01 Standard

B) HTML 4.01 Strict

C) HTML 4.01 Frameset

D) HTML 4.01 Transitional -- ANSWER--HTML 4.01 Strict




The HTML5 specification supports, among others, the popular MP3, Ogg and WAV audio
formats. Which of the following major Web browsers supports all three of these formats?

A) Firefox and Internet Explorer 10

B) Chrome and Firefox

C) Internet Explorer 10 and Chrome

D) Safari and Firefox -- ANSWER--Chrome and Firefox



What distinguishes Extensible HTML (XHTML) from other versions of HTML?

A) XHTML incorporates the strict syntax rules of Extensible Markup Language (XML) with
the existing set of HTML 4.01 tags to create Web documents.

B) XHTML standardizes how video and audio are presented on a Web page.

,3




C) XHTML establishes ways to enable drag-and-drop capability for Web pages without using
third-party add-ons.

D) XHTML gives developers more native tools to use on a page, such as download progress
indicators, image captioning options and form validation. -- ANSWER--XHTML
incorporates the strict syntax rules of Extensible Markup Language (XML) with the
existing set of HTML 4.01 tags to create Web documents.



Which of the following is no longer necessary when you use HTML5 to develop Web pages?

A) Applying a single W3C standard consistently throughout your document

B) Validating your markup code

C) Installing a third-party plug-in to include video

D) Using a scripting language to enhance a Web page -- ANSWER--Installing a third-party
plug-in to include video



What does it mean to create Web pages with "responsive design"?

A) Your Web pages respond to user screen size and work in multiple environments.

B) Your code validates properly so that the code will be recognized by most user agents.

C) Your Web pages incorporate languages and technologies such as Java, ActiveX, Microsoft
Silverlight and Adobe Flash.

D) Your Web pages appear statically regardless of the device used to view them. --
ANSWER--Your Web pages respond to user screen size and work in multiple
environments.



Which technology enables you to place formatting instructions in an external text file to
determine how HTML elements in a Web page will display?

A) Geolocation

, 4




B) HTML5 APIs

C) HTML5

D) Cascading Style Sheets -- ANSWER--Cascading Style Sheets



To what does the term "app" refer?

A) Relatively small programs that enable components of an application to work together to
produce a desired functionality

B) Relatively small applications developed exclusively for mobile devices

C) Relatively simple Web pages that respond to user screen size

D) Relatively simple Web pages that work in multiple environments -- ANSWER--Relatively
small applications developed exclusively for mobile devices




HTML5 APIs can be used to:

A) determine how to display HTML elements in your Web pages.

B) call another location in the Web page or a separate Web page when the API is selected.

C) provide a development environment that enables the seamless use of proprietary browser
plug-ins.

D) create apps for mobile devices. -- ANSWER--create apps for mobile devices.



HTML5 has introduced specific elements to structure Web pages. In which structure element
should you include hypertext menus to access various pages of the Web site?

A) The <article> structure element

B) The <aside> structure element

C) The <nav> structure element

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
ExcelAcademia2026 Chamberlain College Of Nursing
View profile
Follow You need to be logged in order to follow users or courses
Sold
2076
Member since
4 year
Number of followers
1651
Documents
8011
Last sold
12 hours ago
EXCEL ACADEMIA TUTORS

At Excel Academia Tutoring, You will get solutions to all subjects in both assignments and major exams. Contact me for assistance. Good luck! Well-researched education materials for you. Expert in Nursing, Mathematics, Psychology, Biology etc. My Work has the Latest &amp; Updated Exam Solutions, Study Guides and Notes (100% Verified Solutions that Guarantee Success)

3.7

342 reviews

5
140
4
77
3
62
2
20
1
43

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions