Types of Selectors
Properties
General
Grammar Rules
Attributes
100

A kind of selector that is applied to items of the same tag. 

What is a type selector

100

What property controls the background color?

background-color

100

What does CSS stand for

What is Cascading Style Sheet

100

Symbol for universal selector

what is *

100

Properties that influence the styling and layout of HTML elements included in the HTML code. 

What is an attribute?

200

A kind of selector that can be applied to multiple different elements using an attribute.

What is a class selector?

200

What property includes the text color?

color

200

How to do CSS comment

What is /* */

200

Symbol for class selector

What is .

200

What is the necessary attribute to have an element affected by a the CSS selector .green?

what is class = "green"

300

A kind of selector that can only be used once.

What is an ID selector?

300

What property makes something bold? 

font-weight

300

What html element connects html and css together

What is <link>
300

Symbol for ID selector

What is #

300

What is the necessary attribute to have an element affected by a the CSS selector #red?

id = #red?
400

A kind of selector that affects all elements on the page.

What is a universal selector?

400

What property controls the font?

font-family

400

What is the extension needed for the IDE to recognize it as CSS

what is .css?

400

What do all CSS statements end with

What is a ;

400

What are two attributes that are ONLY for html

What is src and href

500

A type of CSS that is RARELY used and affects one element at a time. 

What is inline CSS. 

500

What property controls the font size

What is font-size

500

What is the difference between a class and an id?

IDs are unique. Classes can be applied to multiple elements.

500

The "grammar" rules of a language

What is syntax?

500

Can html elements have multiple attributes?

Yes

M
e
n
u