1010×110
1111000
What points to the HTML element you want to style?
Selector
What is CSS?
Cascading Style Sheets
This border style is just like the none border style
Hidden
The CSS _____ property specifies how an element should float.
Float
1011101+1101011
11010100
Identify the selector. p { color: red; }
p
What is stored in CSS files?
External stylesheets
This properties are used to create space around elements, outside of any defined borders.
Margin
What is the default float value
none
1101×101
1111101
What selects elements based on a specific relationship between them?
Combinator selectors
What is the smallest header?
<h6> </h6>
This property specifies what kind of border to display.
What is missing?
.clearfix {
____: auto;
}
overflow
1101011010−101110011
0101110001
What selects elements based on name, id, class?
Simple selectors
What does CSS describe?
How HTML elements should be displayed.
What border-style defines a 3D inset border. The effect depends on the border-color value
Inset border-style
Specifies what should happen with the element that is next to a floating element
Clear
11010110101110101 ÷ 1011
9,943 (maybe)
What is a declaration block?
It contains one or more declarations separated by semicolons.
How do you add a paragraph in CSS?
<p> </p>
This specifies a margin in px, pt, cm, etc.
Length
Give all the float values
Left Right None Inherit