This test contains 25 questions. The questions may be multiple choice, true/false, or fill-in-the-blank. You may not skip any of the questions. There is no time limit on the test.
You must score 70 or higher to receive the certificate of completion. You may retake the test as many times as you’d like. At the end of the test you’ll be shown the correct answer for each question so you can determine which questions stumped you.
Once you pass the test, you’ll immediately be able to print the certificate of completion.
Good luck!
CSS Test
Quiz Summary
0 of 25 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 25 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- Answered
- Review
-
Question 1 of 25
1. Question
CSS stands for _______ style sheets.
CorrectIncorrect -
Question 2 of 25
2. Question
CSS can be applied to HTML and XHTML using the same method.
CorrectIncorrect -
Question 3 of 25
3. Question
_______ CSS is CSS that is located in the header of the HTML document that requires styling.
CorrectIncorrect -
Question 4 of 25
4. Question
To apply a stylesheet to an XML document, place the modified following example into the _______ of the XML document.
CorrectIncorrect -
Question 5 of 25
5. Question
Cascading Style Sheets are most often linked to a web page so that they can be used in an entire site. Because of this they are a(n) __________ file and have their own construction.
CorrectIncorrect -
Question 6 of 25
6. Question
_______ allow the author to specifically target an element to apply any given property to.
CorrectIncorrect -
Question 7 of 25
7. Question
__________ are special classes based on the state of an element and uses the
:
operator.CorrectIncorrect -
Question 8 of 25
8. Question
A(n) _______ is started with
{
and closed with}
.CorrectIncorrect -
Question 9 of 25
9. Question
EachCSS style rule has two parts: a(n) _______ and a group of one or more declarations surrounded by braces.
CorrectIncorrect -
Question 10 of 25
10. Question
The code to define the height of an element’s font is _______.
CorrectIncorrect -
Question 11 of 25
11. Question
The code to define the height of the letter ‘x’ in an element’s font is _______.
CorrectIncorrect -
Question 12 of 25
12. Question
The three units
em
,ex
andpx
are called _______ units.CorrectIncorrect -
Question 13 of 25
13. Question
div { margin:7px; padding:7px; } is an example of a(n) _______ selector.
CorrectIncorrect -
Question 14 of 25
14. Question
Which answer is an example of a pseudo-class selector?
CorrectIncorrect -
Question 15 of 25
15. Question
HTML permits the
class
attribute for all elements that are valid in the body section of an HTML document, including thebody
element itself.CorrectIncorrect -
Question 16 of 25
16. Question
Pseudo-class and pseudo-element selectors are prefixed by a _______.
CorrectIncorrect -
Question 17 of 25
17. Question
Type, class, ID, universal, pseudo-class and pseudo-element are all examples of __________.
CorrectIncorrect -
Question 18 of 25
18. Question
A __________ is any element whose tags totally enclose another set of tags
CorrectIncorrect -
Question 19 of 25
19. Question
The
_______
keyword makes a declaration take precedence over normal declarations.CorrectIncorrect -
Question 20 of 25
20. Question
There are _______ color values that can be defined by name such as black, white or red.
CorrectIncorrect -
Question 21 of 25
21. Question
The three colors that are mixed to create all the other colors on a computer screen are _______, _______, and _______.
(Be sure to select 3 answers.)
CorrectIncorrect -
Question 22 of 25
22. Question
Which font property is used to define the typeface?
CorrectIncorrect -
Question 23 of 25
23. Question
Which font property is used to set the spacing between the baselines of adjacent lines of text?
CorrectIncorrect -
Question 24 of 25
24. Question
Which is not a keyword value?
CorrectIncorrect -
Question 25 of 25
25. Question
The four values used to align blocks of text are left, right, center, and _______.
CorrectIncorrect