Shared Flashcard Set

Details

Web design chap 8
Bullet points
18
Computer Science
10th Grade
11/10/2008

Additional Computer Science Flashcards

 


 

Cards

Term
rules
Definition
CSS contains simple statements, called
Term
style
Definition
Each rule provides the _ for a selection of XHTML elements.
Term
Properties and values
Definition
A typical rule consists of a selector along with one or more _and_
Term
selector
Definition
The _ specifies which elements the rule applies to.
Term
semicolon
Definition
Each property declaration ends with a _
Term
properties and values
Definition
All _ in a rule go between {} braces
Term
element
Definition
You can select any _ using its name as the selector.
Term
commas
Definition
By separating element names with _, you can select multiple elements at once
Term
STYLE
Definition
One of the easiest ways to include a style in HTML is the _ tag.
Term
external style sheet
Definition
For XHTML and for sites of any complexity. you should link to an _.
Term
LINK
Definition
The _ element is used to include an external style sheet.
Term
inherit
Definition
Many properties are inherited. For instance, of a property that is inherited is set for the BODY element, all the BODY'S child elements will _ it
Term
override
Definition
You can always _ properties that are inherited buy creating a more specific rule for the element you'd like to change.
Term
class
Definition
Use the _ attribute to add elements to a class
Term
select
Definition
Use a "." between the element name and the class name to _ a specific element in that class.
Term
".classname"
Definition
Use _ to select any element that belongs to the class
Term
placing
Definition
An element can belong to more than one class by _ multiple class names in the class attribute with spaces between the names
Term
CSS
Definition
You can validate your _ using the W3C validator, at http://jigsaw.w3.org/css-validator.
Supporting users have an ad free experience!