Shared Flashcard Set

Details

Bullet Points Chapter 8
CSS
18
Computer Science
10th Grade
11/10/2008

Additional Computer Science Flashcards

 


 

Cards

Term
Rules.
Definition
CSS contains simple statements called...
Term
XHTML
Definition
Each rule provides the style for a selection of _______ elements.
Term
properties and values.
Definition
A typical rule consists of a selector along with one or more....
Term
the rule
Definition
The selector specifies which elements _________ applies too.
Term
semicolon.
Definition
Each property declaration ends with a __________.
Term
{ }
Definition
All properties in a rule go between _ _ brackets.
Term
the selector.
Definition
You can select any element using its name as
Term
commas.
Definition
By seperating element names with _______ you can select multiple elements at once.
Term
stlye
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
inherited.
Definition
Many properties are _________.
Term
a more specific rule
Definition
You can always override properties that are inherited by creating _ _____ _______ ______ for the element you would like to change.
Term
class
Definition
Use the class attribute to add elements to a class.
Term
"."
Definition
Use a ______ between the element name and the class name to select a specific element in that class.
Term
".classname"
Definition
Use _________ to select any elemtns that belong to the class.
Term
the class attribute
Definition
An element can belong to more than one class by placing multiple class names in ____________ with spaces between the names.
Term
http://jigsaw.w3.org/css-validator
Definition
You can validate your CSS using the W3C validator :
Supporting users have an ad free experience!