Shared Flashcard Set

Details

Web Design ch. 10
study guide
23
Computer Science
10th Grade
12/11/2008

Additional Computer Science Flashcards

 


 

Cards

Term
CSS uses a ___ _____ model to control how elements are displayed.
Definition
Box
Term
Boxes consist of the content area, and optional padding, border, and margin.
Definition
Term
The _______ ____ contains the content of the element.
Definition
Content area
Term
The _______ is used to create visual space around the content area.
Definition
Padding
Term
The ______ surrounds the padding and content, and provides a way to visually seperate the content.
Definition
Border
Term
The ______ surrounds the border, padding, and content. It allows spance to be added between the elemtn and other elements.
Definition
Margin
Term
Padding, border, and margin are all ________.
Definition
Optional
Term
An element's background will show under the content and padding, but not under the margin.
Definition
Margin
Term
_______ and ______ sizes can be set in pixels or percentages.
Definition
Padding
Margin
Term
______ width can be set in pixels or by using the keywords, thin, medium, or thick.
Definition
Border
Term
There are _____ different styles for borders, including soild, dashed, dotted, and ridge.
Definition
Eight
Term
When setting margins, padding, or the border, CSS provides properties for setting all the side (top, right, bottom, left) at once, or it allows them to be set _____________.
Definition
Independently
Term
Use the ____-______ property to add space between lines of text.
Definition
Line-height
Term
You can place and inamge in the background of an element with the __________-_____ property.
Definition
Background-image
Term
Use the background-position and properties to set the position and tiling behavior of the background image.
Definition
Term
Use the _____ attribute for elements that you want to style together, as a group.
Definition
Class
Term
Use the __ attribute to give an element a unique name, You can also use the __ attribute to provide a unique style for an element.
Definition
Id
Term
There should only be one element in a page with a given id.
(T or F)
Definition
True
Term
You can select element by their id using the id ________; for example #myfavoriteid.
Definition
Selector
Term
An element can have only one id, but it can belong to many classes.
(T or F)
Definition
True
Term
You can use more than one _____ _____in your XHTML.
Definition
Style sheet
Term
If two style sheets have conflicting property definitions, the style sheet that is last in the XHTML will recieve __________.
Definition
Preference
Term
You can target media devices such as "print" or "handheld" by using the _____ attribute in your 'link' element.
Definition
Media
Supporting users have an ad free experience!