Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 3 out of 21 pages
Exam (elaborations)

C779 WGU - CSS3 Exam - Cascade Style Sheets Practice Guide 2026

Document preview thumbnail
Preview 3 out of 21 pages

C779 WGU - CSS3 Exam - Cascade Style Sheets Practice Guide 2026

Content preview

C779 WGU - CSS3 Exam - Cascade Style
Sheets Practice Guide 2026
1. True or False - The code below is correctly formatted True
to reference an external CSS document.

<head>
<link rel="stylesheet" href="css/styles.css">
</head>

2. Within which HTML element would an external CSS <head></head>
document be referenced?

3. What is the tag used to link an external CSS document? <link>

4. Is the type attribute for the <link> tag is required in No
HTML5 for referencing stylesheets?

5. What attribute within a <link> tag was used in HTML4 type
and older versions?

6. What is an advantage of linking an external CSS? the same CSS docu-
ment can be referenced
on multiple HTML docu-
ments/pages

7. What is an alternative method to reference a CSS doc- @import rule
ument within an HTML document?

8. How can you combine multiple stylesheets into a sin- Create a separate CSS
gle CSS document to reference? document with @import
references to each ditter-
ent stylesheet

9. Is the CSS reference below correctly formatted for Yes
multiple stylesheets?



, C779 WGU - CSS3 Exam - Cascade Style
Sheets Practice Guide 2026
@import url('/styles/layout.css');
@import url('styles/typography.css');
@import ur('/styles/buttons.css');

10. Which element is needed to reference a master CSS <style></style>
document within an HTML document?

11. Is the format below correct for referencing a No, a CSS document must
stylesheet within an HTML document? be reference within a
<head> element
<body>
<style> @import url("css/styles.css"); </style>
</body>

12. What is the @import rule best used for nowadays? CSS preprocessors such
as SASS (Syntactically
Awesome Style Sheets), or
for when stylesheets are
compiled into one before
loading to a page.

13. Using the inline CSS method for referencing style
stylesheets, which universal attribute is needed?

14. What happens to the <p> element below when the the paragraph will be red
style attribute is added?

<p style="color:red;">red paragraph</p)

15. How do you make an Internal reference to a CSS? By adding CSS code within
a <style> element, within
the <head> element of an
HTML document



, C779 WGU - CSS3 Exam - Cascade Style
Sheets Practice Guide 2026
16. When linking files within the same HTML project, Relative path for files lo-
would you use a relative path reference or an absolute cated in the same directo-
path? ry

17. What CSS code would resize an image file? img {
width: 300px;
}

18. What is an Absolute path reference? A path to a resource lo-
cated on a server (outside
of directory) which must
contain full URL protocal
and domain

19. Is the reference below a relative path or an absolute Absolute path
path?

<a href="http://website.com"></a>

20. While HTML controls document structure, CSS con- content appearance
trols .

21. What is the recommended name you should give the /images
folder that holds your project's images?

22. What is an advantage of using inline CSS? It can be used to quickly
test local CSS overrides.

23. Which of the following will set the background color of body { background-color:
the body to black? black; }

- body { background-color: black; }
- body = { color:black; }

Document information

Uploaded on
May 18, 2026
Number of pages
21
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$13.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Schopenhauer
4.7
(9)
Sold
37
Followers
0
Items
3501
Last sold
1 week ago


Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions