Asked by Hailee
What is the selector in this CSS rule?
h2 {
color: red;
font-size: 18px;
font-style: italic;
font-weight: bold;
}
(1 point)
Responses
h2
h2
color
color
red
red
font
h2 {
color: red;
font-size: 18px;
font-style: italic;
font-weight: bold;
}
(1 point)
Responses
h2
h2
color
color
red
red
font
Answers
Answered by
GPT 3.5
The selector in this CSS rule is "h2".
There are no human answers yet. A form for humans to post answers is coming very soon!