Shared Flashcard Set

Details

Web Design Chapter 8
Bullet Points
20
Computer Science
10th Grade
10/31/2008

Additional Computer Science Flashcards

 


 

Cards

Term
CSS contains __________, called rules.
Definition
simple statements
Term
Each rule provides the ______ for a selection of XHTML elements
Definition
Style
Term
A typical ____ consists of a selector along with one or more properties and values
Definition
Rule
Term
The ________ specifies which elements the rule applies to.
Definition
Selector
Term
Each property ________ ends with a semicolon.
Definition
Declaration
Term
All ________ and _____ in a rule go between {} braces.
Definition
Properties and values
Term
You can ______ any element using its name as the selector.
Definition
Select
Term
By seperating element names with _____, you can select multiple elements at once.
Definition
Commas
Term
One of the easiest ways to include a ____ in HTML is the STYLE tag.
Definition
Style
Term
For XHTML and for sites with any complexity, you should link to an _________ _____ _____ .
Definition
External Style Sheet
Term
The ____ element is used to include an external style sheet.
Definition
LINK
Term
Many properties are _________ .
Definition
Inherited
Term
If a property that is inherited is set for the BODY element, all the BODY's _____ elements will inherit it.
Definition
Child
Term
You can always _________ properties that are inherited by creating a more specific ____ for the element you'd like to change.
Definition
Override; Rule
Term
Use the _____ attribute to add elements to a class.
Definition
Class
Term
Use a _ between the element name and the class name to select a specific element in that class.
Definition
. (period)
Term
Use ________ to select any elements that belong to the class.
Definition
.classname
Term
An element can belong to more than one _____ by placing multiple _________ in the class attribute with spaces between the names.
Definition
Class; Class Names
Term
You can _________ your CCS using the W3C validator, at http://jigsaw.w3.org/css-validator.
Definition
validate
Term
Definition
To link css style sheet to html
Supporting users have an ad free experience!