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

The selector in this CSS rule is "h2".