In the ruleset below, what is the selector?

In the ruleset below, what is the property?

In the ruleset below, what is the declaration?

What is the purpose of CSS?

True or False: The file extension for CSS files is .style. E.g. a file might be named main.style.

In HTML, the link element is used to tell the HTML file where to look for the CSS file. What are the two attributes that go in the link element?

True or False: It's best to use a single separate CSS file that is shared by all HTML pages on a site.

True or False: Some CSS properties are passed on to an element's children, which is known as inheritance.

How many declarations can each ruleset for a selector contain?

What happens when two CSS declarations conflict with one another?