- | Page
WGU C777 Quiz Bank (Latest Update) Web Development Applications |Qs & As | 100% Correct| Grade A (Verified ANSWERs)
HTML5 APIs can be used to:
- Determine how to display HTML elements in your Web
pages.
- Call another location in the Web page or a separate Web page
when the API is selected.
- Provide a development environment that enables the
seamless use of proprietary browser plug-ins.
- Create apps for mobile devices.
ANSWER: Create apps for mobile devices.
ANSWER: HTML5 APIs enhance functionality, particularly for
mobile app development.
- | Page
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?
- The
structure element
- The
- The
- The
structure element
ANSWER: The
ANSWER: The
menus linking to site pages.
What is an advantage of using HTML5 APIs when designing Web pages for mobile devices?
- | Page
- HTML5 APIs use fewer resources than a proprietary browser
plug-in does, such as battery power and CPU memory.
- HTML5 APIs streamline the application of proprietary
browser plug-ins when plug-ins are included in Web pages designed for mobile devices.
- HTML5 APIs make Web pages non-responsive to varying
user screen sizes, thereby saving battery power and CPU memory.
- 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.
ANSWER: HTML5 APIs are lightweight compared to plug-ins,
benefiting mobile performance.
- | Page
Code validation is the process of:
- Creating code that responds to user screen size.
- Accessing another point in a Web page or separate Web
page.
- Determining how to display HTML elements in your Web
page.
- 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.
ANSWER: Validation ensures code adheres to HTML standards
for proper rendering.