h1 {
color: red;
}
- property; declaration
- declaration; rule
- “p” character
- selector; property
Correct Answer:
- selector; property
In the following CSS code, 'h1' is the ___, while 'color' is the ___.
h1 {
color: red;
}
Correct Answer:
Latest Updates
No posts found in this category.