Binary operations
Syntax and Selectors
CSS
Borders and Margins
Floating Elements
100

1010×110

1111000

100

What points to the HTML element you want to style?

Selector

100

What is CSS?

Cascading Style Sheets

100

This border style is just like the none border style

Hidden

100

The CSS _____ property specifies how an element should float.

Float

200

1011101+1101011

11010100

200

Identify the selector. { color: red; }

p

200

What is stored in CSS files?

External stylesheets

200

This properties are used to create space around elements, outside of any defined borders. 

Margin

200

What is the default float value

none

300

1101×101

1111101

300

What selects elements based on a specific relationship between them?

Combinator selectors

300

What is the smallest header?

<h6> </h6>

300

This property specifies what kind of border to display.

Border-style
300

What is missing?
.clearfix {

____: auto;

}

overflow

400

1101011010−101110011

0101110001

400

What selects elements based on name, id, class?

Simple selectors

400

What does CSS describe?

How HTML elements should be displayed.

400

What border-style defines a 3D inset border. The effect depends on the border-color value 

Inset border-style

400

Specifies what should happen with the element that is next to a floating element

Clear 

500

11010110101110101 ÷ 1011

9,943 (maybe)

500

What is a declaration block?

It contains one or more declarations separated by semicolons.

500

How do you add a paragraph in CSS?

<p> </p>

500

This specifies a margin in px, pt, cm, etc.

Length

500

Give all the float values

Left Right None Inherit

M
e
n
u