Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

WGU C777 OBJECTIVE ASSESSMENT TEST BANK WITH 350 QUESTIONS AND CORRECT VERIFIED ANSWERS | C777 OA WEB DEVELOPMENT APPLICATIONS | EXAM QUESTIONS AND ANSWERS | NEWEST UPDATE 2026/2027 | GUARANTEED PASS.

Rating
-
Sold
-
Pages
88
Grade
A+
Uploaded on
17-05-2026
Written in
2025/2026

WGU C777 OBJECTIVE ASSESSMENT TEST BANK WITH 350 QUESTIONS AND CORRECT VERIFIED ANSWERS | C777 OA WEB DEVELOPMENT APPLICATIONS | EXAM QUESTIONS AND ANSWERS | NEWEST UPDATE 2026/2027 | GUARANTEED PASS. 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. 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 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 pg. 1 D) Relatively simple Web pages that work in multiple environments - ANSWERRelatively small applications developed exclusively for mobile devices 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. 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. - ANSWERXHTML 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 thirdparty 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. pg. 2 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 B) HTML5 APIs C) HTML5 D) Cascading Style Sheets - ANSWER-Cascading Style Sheets 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 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 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? pg. 3 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 plug-ins 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. Which of the following can be considered a benefit of developing Web pages using the "Web development trifecta"? A) You can create Web pages without the need for page structure elements to define the document structure. B) You can create Web pages without the need for hyperlinks. C) You can create Web pages that no longer need to be validated to an HTML standard in order to properly render in any browser or device. D) You can create Web pages that easily adapt to smartphones, tablets, gaming devices and smart TVs, as well as to traditional computers. - ANSWER-You can create Web pages that easily adapt to smartphones, tablets, gaming devices and smart TVs, as well as to traditional computers. For what should you use the controls attribute of the video element? A) To add video controls such as the Play, Pause, Rewind and Volume controls B) To identify the format, or MIME type, of the video C) To identify the location and file name of the media resource D) To identify an image to be displayed until the Play button is clicked or while the video is downloading - ANSWER-To add video controls such as the Play, Pause, Rewind and Volume controls You can use a Graphical User Interface (GUI) editor to create Web pages, or you can manually code them using HTML5 and CSS3. Why is it important to understand what goes on behind the GUI of a Web editor? A) You will be able to resize your Web pages to conform to the size of a device's screen. B) You will be able to troubleshoot code issues when the GUI Web editor fails. pg. 4 C) You will be able to create apps for mobile Web browsers. D) You will be able to change the GUI interface to more closely suit your coding habits. - ANSWER-You will be able to troubleshoot code issues when the GUI Web editor fails. Consider the following HTML code: video width="360" height="270" controls="controls" poster="" source src="4" type="video/mp4" / source src="" type="video/webm" / source src="" type="video/ogg" / Your browser does not support the HTML5 video element. /video What attribute prevents the first frame of the video from displaying while the video is downloading? A) The type attribute B) The src attribute C) The controls attribute D) The poster attribute - ANSWER-The poster attribute Which attribute and value must you add to the audio element to incorporate default audio operations such as Play, Pause, Volume, etc.? A) controls="controls" B) controls="default" C) controls="audio" D) controls="yes" - ANSWER-controls="controls"

Show more Read less
Institution
Course

Content preview

WGU C777 OBJECTIVE ASSESSMENT TEST BANK WITH 350
QUESTIONS AND CORRECT VERIFIED ANSWERS | C777 OA WEB
DEVELOPMENT APPLICATIONS | EXAM QUESTIONS AND
ANSWERS | NEWEST UPDATE 2026/2027 | GUARANTEED PASS.



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.
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


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 -
ANSWERRelatively small applications developed exclusively for mobile devices




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.
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. -
ANSWERXHTML 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
thirdparty 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.


pg. 1

,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
B) HTML5 APIs
C) HTML5
D) Cascading Style Sheets - ANSWER-Cascading Style Sheets




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


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
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?
pg. 2

, 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 plug-ins 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.


Which of the following can be considered a benefit of developing Web pages using
the "Web development trifecta"?
A) You can create Web pages without the need for page structure elements to
define the document structure.
B) You can create Web pages without the need for hyperlinks.
C) You can create Web pages that no longer need to be validated to an HTML
standard in order to properly render in any browser or device.
D) You can create Web pages that easily adapt to smartphones, tablets, gaming
devices and smart TVs, as well as to traditional computers. - ANSWER-You can
create Web pages that easily adapt to smartphones, tablets, gaming devices and
smart TVs, as well as to traditional computers.


For what should you use the controls attribute of the <video> element?
A) To add video controls such as the Play, Pause, Rewind and Volume controls
B) To identify the format, or MIME type, of the video
C) To identify the location and file name of the media resource
D) To identify an image to be displayed until the Play button is clicked or while the
video is downloading - ANSWER-To add video controls such as the Play,
Pause, Rewind and Volume controls


You can use a Graphical User Interface (GUI) editor to create Web pages, or you
can manually code them using HTML5 and CSS3. Why is it important to
understand what goes on behind the GUI of a Web editor?
A) You will be able to resize your Web pages to conform to the size of a device's
screen.
B) You will be able to troubleshoot code issues when the GUI Web editor fails.
pg. 3

Written for

Institution
Course

Document information

Uploaded on
May 17, 2026
Number of pages
88
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$15.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

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.
DRBRIGHT2026 Chamberlain College Of Nursing
Follow You need to be logged in order to follow users or courses
Sold
936
Member since
3 year
Number of followers
696
Documents
5834
Last sold
1 day ago
ALPHA STUDY CENTRE.

Alpha Academy is a dedicated study centre where you will find QUALITY &amp; RELIABLE study resources that will help you prepare, revise and pass your examinations for all majors and modules in real TIME.. Good Luck from ALPHA ACADEMY.

3.7

186 reviews

5
95
4
26
3
19
2
8
1
38

Recently viewed by you

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

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions