Name: 
 

Hour 12 - Formatting Web Pages with CSS Style Sheets - Study Guide



True/False
Indicate whether the statement is true or false.
 

 1. 

If you have 3 or more web pages that share similar formatting and fonts, you may want to create a cascading style sheet for them.
 

 2. 

A style rule is a formatting instruction that can be applied to an element on a web page, such as a paragraph of text or a link.
 

 3. 

Styles in a CSS style sheet form a hierarch in which more general styles override more specific styles.
 

 4. 

Most new browsers support Cascading Style Sheets Level 2 - CSS2.
 

 5. 

CSS style sheets offer many property enhancements to web pages except for line spacing and wide margins.
 

 6. 

Semicolon (;) is used to separate style rules from each other.  It is customary to end each style rule with a semicolon so that you can easily add another style rule after it.
 

 7. 

You can create two different kinds of <h1> headings in your document by adding a style class to 2 different h1 selectors.  You would do this by placing a period (.) after h1 followed by the name of the class.
 

Multiple Choice
Identify the choice that best completes the statement or answers the question.
 

 8. 

The <link> tag is used to reference which of the following style sheets?
a.
Internal Style Sheets
b.
External Style Sheets
c.
Inline Style rules
d.
All of the above
 

 9. 

You control the size of a rectangular area with the width and height properties.  The properties can be specified in which of the following units of measurement?
a.
in - inches
b.
cm - centimeters
c.
mm - millimeters
d.
px - pixels
e.
pt - points
f.
All of the above
 

 10. 

Which of the following values can be applied to font-style property?
a.
Arial
b.
36pt
c.
italic
d.
medium
e.
All of the above
 



 
Check Your Work     Start Over