Quia Home Home FAQ About Log in Subscribe now 30-day free trial
Java Games: Matching, concentration, word search, and flashcards.

CSS Terms Review


AB
STYLE elementElement in the document head that specifies nested text in a style sheet.
STYLE attributeUsed to insert an inline style within an element's start tag.
font-size propertyIn CSS, sets the font size of an element.
SPAN elementA generic inline element that has no formatting characteristics of its own, but which can be used to create custom inline elements by using styles.
CLASS attributeAssigns an element to a class. Any styles assigned to the class are then applied to the element.
display propertyStyle property that can be used to turn the display of an element off and on in supporting browsers.
font-family propertyIn CSS, specifies a specific or generic font-family name or a font-family list.
color propertyIn CSS, specifies the foreground color of an element, using a color name or hexadecimal RGB code.
background propertyIn CSS, specifies a background color or background image for an element.
a:linkIn CSS, an anchor pseudo-class that specifies the properties of an unvisited link.
a:visitedIn CSS, an anchor pseudo-class that specifies the properties of a visited link.
a:hoverIn CSS, an anchor pseudo-class that specifies the properties of a link when the mouse pointer is hovering over it.
a:activeIn CSS, an anchor pseudo-class that specifies the properties of an activated link.
single selectorSets properties for a single element.
group selectorSets properties for a comma-separated list of elements.
contextual selectorSets properties for elements only within a certain context.
class selectorSets properties for elements belonging to a certain class.