- | P a g e
Newest 2025 WGU C777 Objective Assessment Final with 250 verified questions and correct answers covering web development, HTML, CSS, JavaScript, accessibility, and design best practices.
Which of the following can be considered a benefit of Cascading Style Sheets (CSS)?
- You can use CSS in lieu of HTML to develop Web pages.
- Making changes to elements in the site will update the style
- The formatting instructions in the style sheet are not inherited
- One simple change to the style sheet will change all
sheet.
throughout the document, providing flexibility.
associated elements across the site. - ANSWER-One simple change to the style sheet will change all associated elements across the site.
What is the purpose of using a style guide when designing your Web site?
- To ensure that the same style sheet is applied to all pages in a
Web site 1 / 4
- | P a g e
- To apply the same formatting to multiple elements in a site
- To ensure uniformity in style and formatting within a
- To provide pre-formatted page templates into which you can
without the need to style individual elements
document and across multiple documents
add content - ANSWER-To ensure uniformity in style and formatting within a document and across multiple documents
In a CSS document, within what must you enclose properties and values when you define a rule for a specified selector?
- Quotation marks ( " " )
- Asterisks ( * * )
- Apostrophes ( ' ' )
- Curly braces ( { } ) - ANSWER-Curly braces ( { } )
Which term describes a set of standards for the writing and/or design of documents, either for general use or for a specific publication, organization or field?
- Style sheet
- Style standard
- Style guide
- Style recommendation - ANSWER-Style guide 2 / 4
- | P a g e
You want to apply an inline style to a single element that will override the style applied to that element by the external style sheet to which the HTML document is attached. How do you apply an inline style?
- Add the element to the section of your
- Add the style attribute directly to the element tag to which
- Add the element to the section of your HTML
- Add the element to the section of your
HTML file.
you want to apply the style.
file.
HTML file. - ANSWER-Add the style attribute directly to the element tag to which you want to apply the style.
What position property values does CSS provide to position block-level elements?
- Top, bottom, middle, left and right
- Static, relative, absolute, fixed and inherit
- Content, padding, border and margin
- Horizontal, vertical, middle and float - ANSWER-Static,
- / 4
relative, absolute, fixed and inherit
- | P a g e
In a style sheet, what must you use to separate multiple declarations for one selector within a rule?
A) A colon ( : )
- A semicolon ( ; )
- A slash ( / )
- A comma ( , ) - ANSWER-A semicolon ( ; )
Which technology enables you to place formatting instructions in an external text file to determine the look and feel for a Web page or site?
- HTML5 APIs
- Cascading Style Sheets
- JavaScript
- The Box Model - ANSWER-Cascading Style Sheets
What CSS3 font property should you use if you want to condense the text in a font so that the letters within a word appear closer together?
- The font-stretch property
- The font-family property
- The font-style property
- / 4