Name:     ID: 
 
Email: 

Dreamweaver Unit D

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

 1. 

If you edit an existing CSS style rule definition, all the items you have formatted with that style will need to be manually updated.
 

 2. 

Embedded style sheets can be attached to multiple web pages.
 

 3. 

If you have a Cascading Style Sheet with ten styles, you will have ten files.
 

 4. 

With CSS, you cannot make editing changes without affecting format.
 

 5. 

Cascading Style Sheets allow you to attach an existing style sheet to a web page and use its styles there.
 

 6. 

If you do not create a style before you begin formatting page elements, Dreamweaver will prompt you to create a new rule after you make your first formatting choice.
 

 7. 

To apply a rule, you select the text or page element to which you want to apply the rule, remove any manual formatting, and then select the rule from the Property inspector.
 

 8. 

You cannot use Cascading Style Sheets to format page content other than text.
 

 9. 

A CSS rule consists of two parts: the selector and the declaration.
 

 10. 

Ideally, you should create rules for a minimum number of page elements.
 

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

 1. 

The content of most web pages is based on ____.
a.
text
c.
layers
b.
images
d.
all of the above
 

 2. 

The Indent and Outdent feature is available on the ____ menu.
a.
Edit
c.
Format
b.
Text
d.
Layout
 

 3. 

The option to center text on the page is available via the ____ feature.
a.
Center
c.
Margin
b.
Text
d.
Align
 

 4. 

The range of paragraph formatting runs from H1 through ____.
a.
H3
c.
H5
b.
H4
d.
H6
 

 5. 

The ____ families feature is used to set font combinations to be used by a browser.
a.
Text
c.
Display
b.
Combo
d.
Font
 

 6. 

The ____ feature is used to set text in italics.
a.
Layout
c.
Format
b.
Style
d.
Italics and Bold
 

 7. 

____ formats require you to select the paragraph rather than click within the text.
a.
Character
c.
Integrated
b.
Paragraph
d.
CSS
 

 8. 

Examples of serif fonts include all of the following EXCEPT ____.
a.
Garamond
c.
Georgia
b.
Times New Roman
d.
Arial
 

 9. 

There are ____ classifications of fonts.
a.
two
c.
four
b.
three
d.
six
 

 10. 

____ fonts are used frequently for headings and subheadings in printed text.
a.
Serif
c.
Sans-serif
b.
Monospace
d.
Ornate
 

 11. 

Examples of sans-serif fonts include all of the following EXCEPT ____.
a.
Arial
c.
Verdana
b.
Times New Roman
d.
Helvetica
 

 12. 

____ fonts are easy to read in printed material because the extra strokes lead your eye from one character to the next.
a.
Serif
c.
Sans-serif
b.
Monospace
d.
Cursive
 

 13. 

Many designers feel that a ____ font is preferable for files read electronically.
a.
serif
c.
sans-serif
b.
monospace
d.
cursive
 

 14. 

If content is frequently printed and then read from the printed material, many designers feel that a ____ font is preferable.
a.
sans-serif
c.
monospace
b.
serif
d.
cursive
 

 15. 

____ lists are similar to unordered lists, but do not use numbers or bullets.
a.
Definition
c.
Formatted
b.
Logical
d.
Indexed
 

 16. 

Dreamweaver provides ____ types of lists.
a.
two
c.
four
b.
three
d.
six
 

 17. 

Which of the following is NOT a type of list?
a.
unordered
c.
definition
b.
ordered
d.
CSS
 

 18. 

____ lists do not need to be placed in a specific order.
a.
Numbered
c.
Unordered
b.
Arbitrary
d.
Random
 

 19. 

A(n) ____ is a small filled circle or similar icon.
a.
bullet
c.
token
b.
pointer
d.
marker
 

 20. 

In a list, each of the items is surrounded by a(n) ____ tag.
a.
<l> and </l>
c.
<ul> and </ul>
b.
<li> and </li>
d.
<it> and </it>
 

 21. 

A set of driving directions is an example of a(n) ____ list.
a.
unordered
c.
ordered
b.
titled
d.
definition
 

 22. 

____ refers to the way page content, such as paragraph, text, or list items, can be coded to emphasize their meaning to users.
a.
Smart web
c.
Smart search
b.
Semantic web
d.
Contextual web
 

 23. 

You use the ____ panel to create, edit, and apply rules.
a.
CSS Format
c.
CSS Properties
b.
CSS Styles
d.
CSS Options
 

 24. 

A(n) ____ is a single, separate file with a .css file extension that can be attached to a page in a web site.
a.
inline style sheet
c.
internal style sheet
b.
format-specific style sheet
d.
external style sheet
 

 25. 

____ are contained in the code for an individual web page and can be embedded or inline styles.
a.
Internal style sheets
c.
Parallel style sheets
b.
External style sheets
d.
Intrinsic style sheets
 
 
nar001-1.jpg
 

 26. 

In the accompanying figure, Item 2 is pointing to the ____.
a.
Rules pane
c.
External CSS styles
b.
Embedded CSS styles
d.
Summary
 

 27. 

In the accompanying figure, Item 4 points to the ____.
a.
All Rules pane
c.
Summary
b.
Rules pane
d.
Properties
 

 28. 

Item 7 in the accompanying figure is the ____.
a.
Rules pane
c.
Properties pane
b.
All Rules pane
d.
Summary for Selection pane
 

 29. 

Item ____ in the accompanying figure is the Rules pane.
a.
6
c.
8
b.
7
d.
9
 
 
nar002-1.jpg
 

 30. 

In the accompanying figure, font-family is an example of a ____.
a.
selector
c.
style
b.
value
d.
property
 

 31. 

In the accompanying figure, Arial is an example of a ____.
a.
selector
c.
style
b.
value
d.
property
 

 32. 

Another name for a font combination is a custom font ____.
a.
aggregate
c.
group
b.
cluster
d.
stack
 

 33. 

In order to use an external style sheet with other pages in a website, you must first ____ the style sheet file to each page.
a.
group
c.
cluster
b.
switch
d.
attach
 

 34. 

Which of the following CSS levels is obsolete?
a.
CSS Level 1
c.
CSS Level 3
b.
CSS Level 2
d.
None of the above
 

 35. 

The Find and Replace command is located on the ____ menu.
a.
File
c.
Edit
b.
View
d.
Window
 
 
Case D-1
Rae is building a website for the local chamber of commerce. This week, Rae is designing and completing a page that contains a list, headings, body text, images, and a background. During this process, Rae develops a style sheet and adds several styles to it. She also inserts appropriate images on the page and enhances them for maximum effect.
 

 36. 

Rae wants to choose bullets that display similarly in many different web browsers. What style should she choose?
a.
square bullets
c.
open circle bullets
b.
circular bullets
d.
do not use bullets
 

 37. 

Rae decides to add a style to a Cascading Style Sheet. Rae should click the ____ in the CSS Styles panel.
a.
New CSS Rule button
c.
Style list arrow
b.
Edit Style button
d.
New Style button
 
 
Case D-2
Carolyn is a web designer who is responsible for the home page of a real estate company with branches in all 50 states. The home page should be attractive and functional, allowing potential sellers and buyers to find information quickly.
 

 38. 

Carolyn creates text in Microsoft Word to be used on a page. Should she spend time formatting and structuring the text in Word, and why?
a.
Yes, because formatting the text in Word eliminates the need to do it in Dreamweaver
b.
Yes, because applying styles and aligning text in Word enhances the appearance of the text in Dreamweaver.
c.
No, because it is best to clean up the file after the text is imported into Dreamweaver.
d.
No, because Word and Dreamweaver are not compatible.
 

 39. 

On the home page, Carolyn includes the steps (process) for sellers to follow to list their property with the real estate company. Which type of list should she choose?
a.
definition list
c.
unordered list
b.
numbered list
d.
bulleted list
 

 40. 

Carolyn is just beginning to use Cascading Style Sheets. You view the coding for one of her pages. The code for the styles is stored in the body content of the web page. What type of style is she using?
a.
external
c.
embedded
b.
intrinsic
d.
inline
 

Matching
 
 
Identify the letter of the choice that best matches the phrase or definition.
a.
Find and Replace
d.
Check Spelling
b.
Paragraph Format feature
e.
CSS Styles feature
c.
Style feature
 

 1. 

Sets text to bold and italic.
 

 2. 

Gives the choice of converting or moving rules.
 

 3. 

Used to set H1 through H6 and preformatted text.
 

 4. 

Feature found on the Commands menu.
 

 5. 

Feature found on the Edit menu.
 



 
         Start Over