WGU C777 Web Development Applications -
Exam Questions & Answers | 100% Verified
solutions |Questions with Correct Answers 2025
latest update!!
Save
Terms in this set (332)
Relatively small applications developed exclusively
App
for mobile devices
structure element in HTML5 that includes hypertext
<nav>
menus to access various pages of the web site
HTML5 API's Create Apps for Mobile Devices
Web development Trifecta HTML, CSS, and JavaScript
Benefit of developing You can create Web pages that easily adapt to
Web pages using the Web smartphones, tablets, gaming devices, and smart TVs,
Development Trifecta as well as to traditional computers
required the separation of presentation and content.
HTML 4.01 Strict Deprecation tags we disallowed and generated
validation errors.
allowed developers to insert formatting using either
HTML 4.01 Transitional
CSS or traditional layout instructions
Required for pages that used HTML frames, which
HTML 4.01 Frameset placed Web pages inside each other to create
separate panes in the browser window.
https://quizlet.com/1071969465/wgu-c777-web-development-applications-exam-questions-answers-100-verified-solutions-questions-with-correct-ans… 1/27
,9/5/25, 7:44 AM WGU C777 Web Development Applications - Exam Questions & Answers | 100% Verified solutions |Questions with Correct Answers …
<audio> element must have this attribute and value to
controls="controls"
incorporate default audio operations.
Prevents the first frame of the video from displaying
Poster Attribute
while the video is downloading
Popular web browser that supports MP3, Ogg, and
Chrome
WAV audio formats, as well as many others.
Advantage of using HTML5 APIs use fewer resources than a proprietary
HTML5 APIs when browser plug-in does, such as battery power and CPU
designing Web Pages for memory.
mobile devices
Your web pages respond to user screen size and work
Responsive Design
in multiple environments
Structure element in HTML5 to include content that is
<main>
directly related to the subject of the document
Defines the top of the Web page, similar to the header
<header>
in the word-processing document.
defines portions or areas of a document as necessary,
<section>
such as a group of articles or images
Defines site content, such as company services, news
<article> articles, blogs, images, videos, tweets, and social
networking posts.
Defines content that is aside from or additional to the
<aside> main article content, such as advertisements or news
feeds
Defines the bottom of the Web Page, similar to the
<footer>
footer in a word-processing document
Adopting a single W3C When you validate you markup, the code will match
standard and apply is the DTD (standard syntax rules) that you specify.
consistently to your Web
Page markup
https://quizlet.com/1071969465/wgu-c777-web-development-applications-exam-questions-answers-100-verified-solutions-questions-with-correct-ans… 2/27
, 9/5/25, 7:44 AM WGU C777 Web Development Applications - Exam Questions & Answers | 100% Verified solutions |Questions with Correct Answers …
Enables you to place formatting instructions in an
Cascading Style Sheets external text file to determine how HTML elements in
a Web page will display
You will be able to Importance of understanding what goes on behind
troubleshoot code issues the GUI of a Web Editor
when the GUI Web editor
fails
Checking your code to verify that is complies with the
Code validation
syntax rules of your chosen standard
HTML5 API that provide a place on a Web page
where you can display graphics, animations, videos,
Canvas
and games dynamically without the need for a plug-
in.
XHMTL incorporates the strict syntax rules of XML
XHTML vs. HTML with the existing set of HTML 4.01 tags to create web
documents
audio attribute that allows your audio to play over and
loop="loop"
over again without stopping
Specifies that the video will automatically play
autoplay="autoplay"
immediately upon loading
The specified DTD in the W3C Markup Validation Service used to determine
<!DOCTYPE> declaration the HTML specification against which to validate your
on you HTML page Web page markup code
Refers to any element to which designated styles are
Selector
applied.
is a format instruction that consists of a specified
Rule
selector and the properties and values applied to it.
Declaration Consists of a property and its value
To define multiple declarations for one selector
Semicolon withing a rule, you must separate each declaration
with a ______________.
https://quizlet.com/1071969465/wgu-c777-web-development-applications-exam-questions-answers-100-verified-solutions-questions-with-correct-ans… 3/27