Shared Flashcard Set

Details

Chapter 7 and 8 notes
Web and Print 10
22
Computer Science
10th Grade
10/31/2008

Additional Computer Science Flashcards

 


 

Cards

Term
XML
Definition
What is XHTML
Term
HTML
Definition
HTML is _____
Term
Extensible
Definition
The X in XHTML stands for...
Term
A language that can be used to invent new markup languages
Definition
What is XML
Term
RULES
Definition
CSS contains simple statements called
Term
style
Definition
each rule provides the ________ for a selection of XHTML elements
Term
selector, properties and values
Definition
A typical rule consists of a ______ along with one or more ________ and _______
Term
selector
Definition
The _____ specifies which element the rule applies to
Term
semicolon
Definition
what does each property declaration end with?
Term
{}braces
Definition
What do all properties and values in a rule go between?
Term
select
Definition
you can do this to any element by using its name as the selector
Term
by seperating them with commas
Definition
how can you select multiple elements at once?
Term
style tag
Definition
one of the easiest ways to include style in HTML
Term
external style sheet
Definition
for XHTML and for sites of complexity you should link to this for style
Term
link
Definition
this is used to link to an exteranl stlye sheet
Term
inherit
Definition
Many properties are this. For instance if a property that is this is set for the body element, all the bodys child elements will do this
Term
override
Definition
you can do this to an element that has inherited a property to change its property to its own
Term
class
Definition
use this attribute to add elemetns to a class
Term
"."
Definition
use this between the element name and the class name to select a specific element in that class
Term
.classname
Definition
use this to select any elements that belong to a class
Term
class
Definition
an element can belong to more than one of these by placing multiple class names in the class attribute with spaces between the names
Term
W3C validator
Definition
you can validate your CSS using this at http://jigsaw.w3.org/css-validator
Supporting users have an ad free experience!