Question
Which part of the following CSS rule is the selector?
h1 {
font-family: "Comic Sans MS", cursive, sans-serif;
font-size: 70px;
font-weight: bold;
}
(1 point)
Responses
h1
h1
font-family
font-family
70px
70px
font-weight
font-weight
Skip to navigation
1 answer
The selector in the CSS rule is "h1".