- | Page
NEWEST WGU C777 OBJECTIVE
ASSESSMENT FINAL WIT H 250
VERIFIED QUESTIONS AND CORRECT
ANSWERS COVERING WEB
DEVELOPMENT, HTML, C SS,
JAVASCRIPT, ACCESSIBILITY, AND
DESIGN BEST PRACTICE S.
Question :HTML5 APIs can be used to:
- determine how to display HTML elements in your
- call another location in the Web page or a separate
- provide a development environment that enables the
- create apps for mobile devices.
Web pages.
Web page when the API is selected.
seamless use of proprietary browser plug-ins.
Correct answer:create apps for mobile devices.
Question :HTML5 has introduced specific elements to
structure Web pages. In which structure element should
- | Page
you include hypertext menus to access various pages of the Web site?
- The
structure element - The
- The
- The
structure element
Correct answer:The
Question :What is an advantage of using HTML5 APIs
when designing Web pages for mobile devices?
- HTML5 APIs use fewer resources than a proprietary
- HTML5 APIs streamline the application of proprietary
- HTML5 APIs make Web pages non-responsive to
browser plug-in does, such as battery power and CPU memory.
browser plug-ins when plug-ins are included in Web pages designed for mobile devices.
varying user screen sizes, thereby saving battery power and CPU memory.
- | Page
- HTML5 APIs eliminate the need for Cascading Style
Sheets, thereby saving battery power and CPU memory.
Correct answer:HTML5 APIs use fewer resources than a
proprietary browser plug-in does, such as battery power and CPU memory.
Question :Code validation is the process of:
- creating code that responds to user screen size.
- accessing another point in a Web page or separate
- determining how to display HTML elements in your
- checking your code to verify that it complies with the
Web page.
Web page.
syntax rules for your chosen standard.
Correct answer:checking your code to verify that it
complies with the syntax rules for your chosen standard.
Question :Consider the following HTML code:
- | Page
Which attribute and value must you add to the
- controls="controls"
- controls="default"
- controls="audio"
- controls="yes"
Correct answer:controls="controls"
Question :Which of the following can be considered a
benefit of developing Web pages using the "Web development trifecta"?