Consider the given CSS rule.
span {
color: black;
font-size: 14pt; }
What is span referred to as in the CSS rule?
Selector
Block
Property
Value
Submit