Module 4 Quiz
Cuestionario, 12 preguntas
11/12 puntos (91.66%)
¡Felicitaciones! ¡Aprobaste!
Pregunta 1
Correcto
1/1
Punto
1. Pregunta 1
When considering the visual design of our website, which of these approaches was recommended?
Using more techniques because we want to include every skill we've learned.
Consider how the site will appear to users and seek feedback from friends.
Correcto
Please refer to the lesson "Plain Websites are Boring" for more information.
Adding as much information as possible to our pages.
Using shocking colors to get attention.
Pregunta 2
Correcto
1/1
Punto
2. Pregunta 2
When considering the visual design of our website, which of these approaches was recommended?
Sites that critique designs of other sites are mean.
Irregular animated events make visitors feel welcome.
Repeating background images always look good.
Sites that critique designs of other sites can be useful.
Correcto
Please refer to the lesson "Plain Websites are Boring" for more information.
Pregunta 3
Correcto
1/1
Punto
3. Pregunta 3
What is true of approaches to CSS code? (Select all that apply.)
External is the best option
Correcto
Please refer to the lesson "CSS Basics Part 1" for more information.
Internal or local is the best option
Deseleccionado es lo correcto
All of these are true
Deseleccionado es lo correcto
Inline is the worst option
Correcto
Please refer to the lesson "CSS Basics Part 1" for more information.
Inline is the best option
Deseleccionado es lo correcto
Pregunta 4
Correcto
1/1
Punto
4. Pregunta 4
The CSS code p.medium {color:green;font-size:150%;} can be described as: (Select all that apply.)
Containing two name-value pairs.
Correcto
Please refer to the lesson "CSS Basics Part 1" for more information.
All of these apply
Deseleccionado es lo correcto
Creating a larger than normal green font.
Correcto
Please refer to the lesson "CSS Basics Part 1" for more information.
Shows the medium class that is required in Chrome.
Deseleccionado es lo correcto
Pregunta 5
Correcto
1/1
Punto
5. Pregunta 5
When referring to a reference to an external CSS file we can say
The HREF contains the name of the external CSS file.
Correcto
Please refer to the lesson "CSS Basics Part 1" for more information.
The HREF is not required because files are found automatically.
External CSS files are the most difficult to maintain.
Using HREF is a syntax error
Pregunta 6
Correcto
1/1
Punto
6. Pregunta 6
What is true of name-value pairs in CSS? (Select all that apply.)
Name and value are separated by a semicolon
Deseleccionado es lo correcto
Name and value are separated by a colon
Correcto
Please refer to the lesson "CSS Basics Part 2" for more information.
All of these are true
Deseleccionado es lo correcto
We are limited for three or fewer name-value pairs per style.
Deseleccionado es lo correcto
Pairs are separated by semicolons
Correcto
Please refer to the lesson "CSS Basics Part 2" for more information.
Pregunta 7
Correcto
1/1
Punto
7. Pregunta 7
When referring to CSS selectors we can say
Para selects all paragraph tags
Deseleccionado es lo correcto
There is no way to select all paragraph tags with CSS
Deseleccionado es lo correcto
The dot selects elements by IDs
Deseleccionado es lo correcto
The pound sign # selects elements by ID
Correcto
Please refer to the lesson "CSS Basics Part 2" for more information.
Pregunta 8
Correcto
1/1
Punto
8. Pregunta 8
CSS comments are best described by: (Select all that apply.)
The /* */ can be used for multi-line comments
Correcto
Please refer to the lesson "CSS Basics Part 2" for more information.
CSS uses the same // symbol for comments that we learned in JavaScript.
Deseleccionado es lo correcto
The /* */ can be used for single line comments
Correcto
Please refer to the lesson "CSS Basics Part 2" for more information.
CSS comments are inefficient and may pose a security risk
Deseleccionado es lo correcto
Pregunta 9
Correcto
1/1
Punto
9. Pregunta 9
Which strategy was recommended to get your CSS working?
Get an external CSS file with as many styles as possible before testing.
Make lots of typos so you can fix them.
Use inline styles whenever possible
Get an external CSS file working with just one style to start.
Correcto
Please refer to the lesson "Putting CSS to Work: Getting Started with External CSS" for more information.
Pregunta 10
Correcto
1/1
Punto
10. Pregunta 10
What can be said about using color in CSS?
Background-color is an older approach not used in modern browsers
Background-color is preferrable to color
DIV tags can't use colors of any kind
Both background-color and color are necessary
Correcto
Please refer to the lesson "Putting CSS to Work: Getting Started with External CSS" for more information.
Pregunta 11
Correcto
1/1
Punto
11. Pregunta 11
What can be said about using color in CSS?
None of these are true
We should prefer color by name
HEX notation for color is easiest to understand
We should always use RGB
RGB allows greater control over the exact color
Correcto
Please refer to the lesson "Putting CSS to Work: Getting Started with External CSS" for more information.
Pregunta 12
Incorrecto
0/1
Punto
12. Pregunta 12
What can we say about using CSS to control page layout?
We can use float: up
We can use float right and clear up or down.
We can use float:down and clear: down
Esto no debería estar seleccionado
Please refer to the lesson "Putting CSS to Work: Getting Started with External CSS" for more information.
We can use float: left and clear: left
Correcto
Please refer to the lesson "Putting CSS to Work: Getting Started with External CSS" for more information.