Combinator selector
Pseudo Class selector
Pseudo elements selector
Attribute selector
Only one file can be linked at a time
Use multiple <link> tags for each file
Combine all styles into one file
Load them with a <script> tag.
The external CSS file
The <style> block
Neither is applied
They are merged
list-style-type: none;
text-decoration: none;
bullet-style: none;
display: no-bullet;
background:blue;
background-color:rgb(0,0,255);
background:#0000FF;
All of the above
text-underline:none
text-decoration:none;
text-underline:hide;
text-decoration:hide;
Match the CSS Property with Its Function
A → 1, B → 2, C → 3, D →4
A → 2, B → 1, C → 3, D → 4
A → 2, B → 4, C → 3, D → 1
A → 2, B → 4, C → 1, D → 3
Match the CSS Position Property with Its Meaning
A → 5, B → 4, C → 3, D → 1
A → 5, B → 4, C → 3, D →6
A → 4, B → 5, C → 3, D → 1
Match the CSS Text Property with Its Use
A → 5, B → 2, C → 3, D → 4
A → 1, B → 2, C → 3, D → 6
A → 1, B → 2, C → 3, D → 4
A → 1, B → 5, C → 3, D → 4
Match the CSS Background Property with Its Function
A → 3, B → 1, C → 2, D → 4
A →5, B → 1, C → 2, D →6
A → 4, B → 1, C → 2, D → 3
A → 6, B → 1, C → 2, D → 3
repeat-x
repeat-y
no-repeat
fixed
list-image
bullet-image
list-style-image
image-style
order
stack
z-index
layer
bright
hidden
ridge
groove
border-style
border-radius
border-collapse
border-spacing
It consists of Margin, Padding, Border, Content
It consists of Padding, Border, Shadow
It consists of Content, Outline, Shadow
It consists of Border, Margin, Shadow
text-decoration: bold
font-weight : bold
font-style: bold
text-align: bold
Documents to be viewed on-screen tend to look better in Sans-serif fonts
Not everyone has the same set of fonts.
Printed documents tend to look better in Serif fonts
All of the options
style
font
font-style
@font-face
Padding is used to create space around an element's content, inside of any defined borders.
There are properties for setting the padding for each side of an element.
To shorten the code, it is possible to specify all the padding properties in one property.