Show:
Questions
Responses
Print
Heading Style Rule
Body Style Rule
Inline Style
CSS Ranking System for Conflicts
100
I am the WHO in the Heading Style Rule. I tell the browser what the style is being applied to. (i.e. H1, Body)
What is a Selector?
100
I am the line with the property and value. I declare what aspect of the selector will be styled and how it will be styled.
What is a Declaration?
100
I am written in the body section when you only want to style a few items, not everything in the body.
What is an Inline Style?
100
If there is a conflict in CSS coding, whatever I say goes first.
What is an Inline Style?
200
I am the WHAT in the style rule. I am the first think listed in the curly braces that says which part of the select to style.
What is a Property?
200
I am the tags that are used with Inline Style coding.
What is
200
If there is a conflict in CSS coding, whatever I say goes second.
What is an Internal Style Sheet?
300
I am the HOW in a style rule. I come after the property and I state exactly how the property will be styled.
What is a Value?
300
If there is a conflict in CSS coding, whatever I say goes third.
What is an External Style Sheet?
400
I am the value in the following style rule: h1 { color: #FFFF00 }
What is #FFFF00?
400
If there is a conflict in CSS coding, whatever I say goes last.
What is a Browser Default Style?
500
I am the Selector in the following style rule: h1 { color:#FFFF00 }
What is the Selector?