WGU C777 WEB DEVELOPMENT
APPLICATIONS BANK 2026 EXAM COMPLETE
CURRENT TESTING QUESTIONS AND
DETAILED CORRECT ANSWERS (VERIFIED)
GUARANTEED PASS/TOP-RATED A+.
WGU C777
Maximize your success on the WGU C777 Web Development
Applications exam with focused preparation that strengthens
your understanding of HTML5, CSS3, JavaScript, responsive
design, and client-side scripting for building functional and
accessible websites. It is specifically designed for IT and
software development students to demonstrate proficiency in
front-end web technologies.
The web development trifecta ✓ ✓...... ANSWER .......
HTML5, CSS, JavaScript
HTML5 tag defining the main body of a document. Cannot be
the child of the header, nav, article, aside, or footer
elements. ✓ ✓...... ANSWER ....... main
, Page 2 of 92
These elements can also be included in article, aside, nav,
main, and section elements, not just on the page itself ✓
✓...... ANSWER ....... header and footer
This element identifies the file(s) to use in a video or audio
element ✓ ✓...... ANSWER ....... source
A set of standards for the writing and/or design of
documents ✓ ✓...... ANSWER ....... style guide
This version of IE is the first to support HTML5 ✓ ✓......
ANSWER ....... IE9
What should you do to support HTML5 elements in pre-IE9
browsers. ✓ ✓...... ANSWER ....... Add them via JS, make
them block via CSS
The term for the part of CSS code that refers to the element
you want to style ✓ ✓...... ANSWER ....... selector
, Page 3 of 92
In CSS, the term for a property and value pair. It must always
end with a semicolon ✓ ✓...... ANSWER ....... declaration
In CSS, the name for a selector, property and value all
grouped together ✓ ✓...... ANSWER ....... rule
The word "cascading" in CSS refers to this concept ✓ ✓......
ANSWER ....... inheritance
The cascading order of CSS style sheets, ordered from
lowest priority to highest ✓ ✓...... ANSWER .......
External, embedded, inline
Linking to a CSS file requires these attributes in the link
element ✓ ✓...... ANSWER ....... rel, type, href
Embedded CSS should be placed in a block defined by this
element ✓ ✓...... ANSWER ....... style
Inline CSS should be placed in an attribute with this name
✓ ✓...... ANSWER ....... style
, Page 4 of 92
The arrangement of content elements on a page and how the
space is used. Does it fall from top to bottom in stacks, or
does some content float to one side or the other? ✓ ✓......
ANSWER ....... document flow
These are not used when defining inline CSS styles ✓ ✓......
ANSWER ....... curly braces
Use this CSS property to avoid having floating elements
before/after another element ✓ ✓...... ANSWER .......
clear
In CSS, the "normal, or default", position of block elements
within a page ✓ ✓...... ANSWER ....... static
In CSS, positioning a block element relative to another
element ✓ ✓...... ANSWER ....... relative
In CSS, this causes the element to appear to float above the
document and can be positioned as needed. It is completely