In the following code snippet, "section" is the ____.

In the following code snippet, "section" is the ____.

section
{
border: 2px double blue;
padding: 1em;
margin: 1.5em;
}

a. class
b. rule
c. selector
d. property declaration


Answer: c. selector


Learn More :