Shared Flashcard Set

Details

Web Design ch. 7/8
study guide
27
Computer Science
10th Grade
10/31/2008

Additional Computer Science Flashcards

 


 

Cards

Term
What does XHTML stand for?
Definition
Extensible Hypertext Markup Language (eXtensible HTML)
Term
This is a language that can be used to invent new markup languages.
Definition
XML
Term
CSS contains simple statements, called _____.
Definition
Rules
Term
Each rule provides the _____ for a selection of XHTML elements.
Definition
Style
Term
A typical rule consists of a ________, along with one or more properties and values.
Definition
Selector
Term
The selector specifies which ________ the rule applies to.
Definition
Elements
Term
Each property declaration ends with a _________.
Definition
Semicolon
Term
All properties and values go in a rule between ______.
Definition
Braces
{ }
Term
You can select any element using its ____ as the selector.
Definition
Name
Term
By separating element names with ______, you can select multiple 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 ________ _____ _____.
Definition
External style sheet
Term
The '____' element is used to include an external style sheet.
Definition
'Link'
Term
Many properties are _________. For instance, if a property that is (answer) is set for the 'body' element, all the 'body''s child elements will (answer) it.
Definition
Inherited
Term
You can always override properties that are inherited by creating a more ________ rule for the element you'd like to change.
Definition
Specific
Term
Use the _____ attribute to add elements to a (answer).
Definition
Class
Term
Use a "_" between the element 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 names in the class attribute with spaces between the names.
Definition
Multiple
Term
You can vallidate your CSS using the W3C vaildator, at
http://jigsaw.w3.org/css-validator.
Definition
(website)
Term
____ is a markup language.
Definition
HTML
Term
XHTML is ___.
HTML is ____
Definition
XML
HTML
Term
'____' is an empty element.
Definition
Link
Term
_____ is a more current form of HTML, and can be extended to include new markup (you can use additional codes).
Definition
XHTML
Term
When you use XHTML, you use a new _______, make some minor changes to __________, and make some minor changes to the way you write empty elements.
Definition
DOCTYPE
attributes
Term
Pages coded with XHTML will most likely work on ______ devices and a variety of browsers.
Definition
Mobile
Term
It is ______ to convert pages written in XML to XHTML then to convert to HTML.
Definition
Easier
Supporting users have an ad free experience!