Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Document preview thumbnail
Vista previa 3 fuera de 21 páginas
Examen

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

Document preview thumbnail
Vista previa 3 fuera de 21 páginas

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

Vista previa del contenido

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; }

Información del documento

Subido en
18 de mayo de 2026
Número de páginas
21
Escrito en
2025/2026
Tipo
Examen
Contiene
Preguntas y respuestas
$13.99

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

Seller avatar
Los indicadores de reputación están sujetos a la cantidad de artículos vendidos por una tarifa y las reseñas que ha recibido por esos documentos. Hay tres niveles: Bronce, Plata y Oro. Cuanto mayor reputación, más podrás confiar en la calidad del trabajo del vendedor.
Schopenhauer
4.7
(9)
Vendido
37
Seguidores
0
Artículos
3501
Última venta
1 semana hace


Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes