CSS 1
CSS 2
CSS 3
100

True or False: Inline is an efficient method of incorporating CSS with html

False

100

What are some syntax examples used in CSS

{ : ;

100

What does the background-color property do

defines the background color of any element in CSS

200

What is an example of a transform function

Rotate

200

What function allows you to do simple math within CSS

The calc function

200

what does rgb stand for

red, green, blue

300

Does the browser load html or CSS first

html

300

What is the universal selector

* asterick

300

What numeral system does CSS use to specify colors

hexadecimal

400

What is the stage where the visual is displayed called

Painting

400

What do we use to set the whitespace area around our box from other elements

margin

400

What color would 0000FF be

Blue

500

what does DOM stand for

Document object model

500

what does padding do

Set the area of whitespace between the content and the border

500

What syntax is used to style a link when a user hovers on it

a:hover