Shared Flashcard Set

Details

Web Design Chapter 10
Bullet Points
23
Computer Science
9th Grade
12/11/2008

Additional Computer Science Flashcards

 


 

Cards

Term
___ uses a box model to control how elements are displayed
Definition
CSS
Term
Boxes consist of the content area and optional _______, ______, and ______.
Definition
padding, border, and margin
Term
The _______ area contains the content of the element.
Definition
Content
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 separate the content.
Definition
Border
Term
The ______ surrounds the border, padding, and content, and allows space to be added between the element and other elements.
Definition
Margin
Term
Padding, border, and margin are all ________.
Definition
Optional
Term
An elements's background will show under teh content and the padding, but not under the ______.
Definition
Margin
Term
_______ and ______ size con be set in pixels or percentages.
Definition
Padding and Margin
Term
______ width can be set in pixels or by using the keywords thin, medium, and thick.
Definition
Border
Term
There are _____ different styles for borders, including solid, dashed, dotted, and ridge.
Definition
Eight
Term
When setting margins, padding, or the border, CSS provides properties for setting all the sides (___, _____, ______, ____) at once, or it allows them to be set independently.
Definition
top, right, bottom, left
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 background_________ and background-______ properties to set the posistion and tiling behavior of the background image.
Definition
position and repeat
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 ___ element in a page with a given id.
Definition
one
Term
You can select elements by their id using the id _ selector; for example _myfavoriteid.
Definition
#
Term
An element can only have 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 __________ ________ ___________, the style sheet that is last in the XHTML file will receive preference.
Definition
conflicting property definitions
Term
You can target _____ devices such as "print" or "handheld" by using the _____ attribute in your LINK element.
Definition
media
Supporting users have an ad free experience!