Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Give this quiz to my class
Q 1/15
Score 0
A style sheet class...
60
is a classification of style rules that is applied to a single document.
are all the style rules contained between the style tag
allows you to create new HTML tags.
allows you to create style rules that can be applied to any tag as an attribute.
Q 2/15
Score 0
Which of the following is used to identify and apply a style to a single element on a web page?
60
class
property
type selector
id
15 questions
Q.
A style sheet class...
1
60 sec
Q.
Which of the following is used to identify and apply a style to a single element on a web page?
2
60 sec
Q.
Which of the following is the correct way to define a class?
3
60 sec
Q.
IDs are used to identify and define the style for a single block and are typically only used once.
4
60 sec
Q.
Which style sheet rule is only applied once per page?
5
60 sec
Q.
#heading{background-color: #990099} is an example of what?
6
60 sec
Q.
If you want to apply a different style to two different paragraphs on your document, which would be most appropriate?
7
60 sec
Q.
Which of the following should not be part of a properly written CSS class selector?
8
60 sec
Q.
Which of the following is the correct way to define an ID?
9
60 sec
Q.
What is the primary purpose of ID?
10
60 sec
Q.
When defining an ID, the _____should precede the ID name.
11
60 sec
Q.
Generally container elements, such as the navigation container, header or footer containers, are only used ___________ will have their own style which is only applied to them.
12
60 sec
Q.
Which of the following is true about classes and IDs?
13
60 sec
Q.
Which is the proper way to apply a class to a <div> element?
14
60 sec
Q.
What is the proper way to apply Id styles to a <div>?