Shared Flashcard Set

Details

Web Design Chapter 8 Part 2
Flash Cards
18
Computer Science
10th Grade
11/06/2008

Additional Computer Science Flashcards

 


 

Cards

Term
___ contains simiple rules statements, called rules.
Definition
CSS
Term
Each rule provides the style for a selection of _____ elements.
Definition
XHTML
Term
A typical rule consits of a ________ along with one or more properties and values.
Definition
Selector
Term
The ________ specifies which elements the rule applies to.
Definition
Selector
Term
Each property declaration ends with a _________.
Definition
Semicolon
Term
All propeties ans values in a rule go between _ _ braces.
Definition
{ }
Term
You can select any _______ using its name as the selector.
Definition
Values
Term
By separating elments with ______, you can select mulitple elements at once.
Definition
Commas
Term
One of the easiest ways to include style in HTML is the _____ tag.
Definition
STYLE
Term
For XHTML and for sites of any complexity, you should link to an ________ style sheet.
Definition
External
Term
The ____ elements is used to include an external style sheet.
Definition
LINK
Term
Many properties are inherited. For instance, if a property that is inherited is set for the BODY element, all the ____'s _____ elements will inherit it.
Definition
Body's Child
Term
You can always ________ properites that are inherited by creating a more specific rule for the element you'd like to change.
Definition
Override
Term
Use the _____ attribute to add elements to a class.
Definition
Class
Term
Use a ___ between the elments name and the class name to select a specific element in that class.
Definition
"."
Term
Use ____________ to select any elements that belong to the class.
Definition
".classname"
Term
An element can belong to more than one class by placing ________ class attributes with spaces between the names.
Definition
Multiple
Term
You can validate you CSS using the W3C validator, at _________________________________.
Definition
http://jigsaw.w3.org/css-validator
Supporting users have an ad free experience!