Shared Flashcard Set

Details

Web Design Chpater 10
Terms and Facts
23
Computer Science
10th Grade
12/11/2008

Additional Computer Science Flashcards

 


 

Cards

Term
CSS uses a __________ to control how elements are displayed.
Definition
Box model
Term
____ constist of the content area and optional padding, bordere, and margin.
Definition
Boxes
Term
The __________ contains the conent 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 teh content.
Definition
Border
Term
The _______ surrounds the border, padding, and content, and allows space to be added between teh element and other elements.
Definition
Margin
Term
Padding border, and margin are all ________.
Definition
Optional
Term
An element's __________ will show under teh content and the padding, but not under the margin.
Definition
Background
Term
Padding and margin size can be set in _____ or ___________.
Definition
Pixels; percentages
Term
__________ can be set in pixels or by using the keywords thin, medium, and thick.
Definition
Border width
Term
There are _____ different styles for borders, including solid, dashed, dotted, and ridge.
Definition
Eight
Term
When setting margins, padding, or the border, ____ provides properties for setting all the sides (top, right, bottom, left) at once, or it allows them to be set independently.
Definition
CSS
Term
Use the _________ property to add space between lines of text.
Definition
Line-height
Term
You can place an image in the background of an element with the _____________ property.
Definition
Background-image
Term
Use the ______________ and ____________ properties to set the position and tiling behavior of the background image.
Definition
Background-position; background-repeat
Term
Use the _____ attribute for elements that you wantto 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 ______ style for an element.
Definition
Id; id; unique
Term
There should only be ____ element in a page with a given id.
Definition
One
Term
You can select elements by their id using the id _ selector.
Definition
#
Term
An element can have only one __ but it can belong to many classes.
Definition
Id
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 file will receive ___________.
Definition
Preference
Term
You can target media devices such as "print" or "handheld" by using the _____ attribute in your element
Definition
Media
Supporting users have an ad free experience!