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;
}
A. h1
B. font-family
C. 70px
D. font-weight

A. h1