Shared Flashcard Set

Details

Web Design Chapter 11
Bullet Points
21
Computer Science
10th Grade
12/22/2008

Additional Computer Science Flashcards

 


 

Cards

Term
______ elements are used to group _______ elements into _______ sections.
Definition
DIV; related; logical;
Term
Creating _______ _______ can help you identify the main content areas, header, and footer of your page.
Definition
logical sections
Term
You can use ____ elements to group elements together that need a common style.
Definition
DIV
Term
Use nested DIV elements to add further ________ to your files for _______or _______.
Definition
structure; clarity or styling
Term
Once you have grouped together sections of content with DIV elements, you can style the DIV just like you would any other _____ element. You can add a border around a group of elements using the border property on the DIV they are ______ in.
Definition
sections; block; nested
Term
The ______ property sets the width of the content area of an element.
Definition
Width
Term
The _____ width of an element is the width of the content area, plus the width of any padding, border, and margins, you add.
Definition
Total
Term
Once you set the width of an element, it no longer ______ to fit the entire width of the ________ _________.
Definition
Expands; browser window
Term
_____________ is a property for block elements that centers all inline content in the block element. It is inherited by any nested block elements.
Definition
Text-align
Term
You can use _____________ ___________ to select elements nested within other elements.
Definition
Descendant selectors
Term
You can use _________ for related properties.
Definition
Shortcuts
Term
Padding, margin, border, background, and font properties can all be specified with _________.
Definition
Shortcuts
Term
The _____ inline element is similar to the DIV element: it is used to group together related inline elements and text.
Definition
SPAN
Term
Just like with DIV, you can add SPAN elements to ________ (or give SPAN elements unique ids) to style them.
Definition
Classes
Term
The A element is an example of an element with different _______.
Definition
States
Term
You can style each of these states separately with _______ _________.
Definition
Pseudo-classes
Term
Other elements support the :hover pseudo-class, and some ________ also support the :first-child, :active, and :focus pseudo-classes for other elements.
Definition
Browsers
Term
The main A element _______ are unvisited, visited, and hover.
Definition
states
Term
Padding-top, padding-right, padding-bottom, and padding-left are all related to padding, and can be specified with one ________ rule, padding.
Definition
Shortcut
Term
The _______ __________ used most often with the A element are :link, for unvisited links, :visited, for visited links, and :hover, for the hover state.
Definition
Pseudo-classes
Term
Don't add _________ unless you need it.
Definition
Structure
Supporting users have an ad free experience!