A list of style properties that is applied to an element (selector) or a group of elements known as a (selectors).
What is a rule?
100
Browser recognize five of these went it comes to font groups.
How many generic font groups do browsers recognize?
100
A classification of an element based on its current status, position, or use in the document.
What is Pseudo-class?
100
In CSS the content box that contains the content of the element.
What is the CSS box model?
100
It creates a border around an element
What is the border property?
200
This identifies an element or group of elements within the document.
What is a Selector?
200
a length 2em equal 24 pts
What is 2em for a 12pt font?
200
This specifies an image to be displayed as the marker.
What is list-style-image?
200
This contains the space directly around the content but within the element box.
What is the padding box?
200
it creates an outline around an element.
What is the outline property?
300
The browser's internal style sheet, that is the one that is built into the browser itself.
What is the first style sheet interpreted by the browser?
300
Specifications for downloadable fonts, have been around for several years, but most browsers have begun to support this technology only in recent years.
What are Web Fonts?
300
This effect occurs when the first letter of the first line appears larger than the surrounding text.
What is an Initial cap effect?
300
paragraphs, block quotes, occupying a defined rectangular area within a page.
What is Blocks when talking about the display style?
300
This defines a clipping rectangle that crops the object's top, right, bottom, and left edges.
What is the clip property?
400
add the link element where the url is the link url of the external style sheet file
What do you need to add inside of the tag for the external style sheet to be used?
400
You can set this, and this is the space between lines of text.
What is leading?
400
a style sheet that web designers use to define their own default styles.
What is a reset style sheet?
400
This places an element at specific coordinates either in the page or within a container element.
What is Absolute Positioning?
500
This places code conforming to older standards before newer properties. Whenever you use newer code that would cause your page to be unreadable under older browsers.
What is progressive enhancement?
500
The amount of space between words.
What is tracking?
500
transforms the text in uppercase, lowercase,
What is text transform property?
500
takes an element out of the normal flow the document and positions it along the left or right edge of its containing element.
What is floating?
500
This is used to move an element relative to where the browser would have placed it if not positioning had been applied.