Name: 
 

Chapter 6 Study Guide



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

 1. 

Typography helps to convey a specific message to the audience.
 

 2. 

Arial is a typeface.
 

 3. 

12 point Times New Roman bold is a font.
 

 4. 

Serifs are the small extensions found on the end of letters.
 

 5. 

In order for a font to display correctly in a browser, the user must have the font installed on their computer.
 

 6. 

Sans serif fonts are easy to read on a monitor.
 

 7. 

Text in all capital letters is easier to read than text in lowercase letters.
 

 8. 

Dreamweaver only lists commonly available fonts in the Font menu.
 

 9. 

Serif fonts should be used for any text that is in a very small size.
 

 10. 

Serifs are the small extensions found at the ends of the strokes of characters.
 

 11. 

The size of printed text is measured in points.
 

 12. 

Monitors display in pixels.
 

 13. 

Fonts specified as a percentage are referred to as “fixed fonts.”
 

 14. 

Text in the breadcrumb trail should be slightly smaller than text in the top global navigation bar.
 

 15. 

Sans serif fonts should be used for text that is a very small size.
 

 16. 

Line height refers to how tall the characters are.
 

 17. 

Underline style should not be applied to text unless it is a hyperlink.
 

 18. 

Centered alignment is the most readable for paragraph text.
 

 19. 

The W3C recommends the CSS2 style sheet language.
 

 20. 

A CSS style sheet is saved outside the website folder.
 

 21. 

A style sheet defines the type, paragraph, and page formats for a web page document.
 

 22. 

A style sheet can only be applied to the home page of a website.
 

 23. 

In a CSS rule, a declaration is the HTML element being redefined.
 

 24. 

Declarations are used to define the formats in a style sheet.
 

 25. 

If a rule is used to redefine the p tag, any text on the linked web page document that is within <p> and </p> will be automatically formatted.
 

 26. 

Class names must begin with a dot.
 

 27. 

When a class style is created, it is automatically applied to any selected text.
 

 28. 

Classes override rules.
 

 29. 

Automatically generated class styles are placed in an internal style sheet in the current web page.
 

 30. 

The tf030-1.jpg button in the Text category in the Insert bar is used to insert <h1> and </h1> around selected text.
 

 31. 

A style can be duplicated.
 

 32. 

More than one heading level can be applied to a line of text.
 

 33. 

Heading 1 tags can be redefined to a different font size.
 

 34. 

Multiple blockquote tags can be inserted to increase the indentation of a paragraph.
 

 35. 

The Unordered List button creates a numbered list.
 

 36. 

Blue is a warm color.
 

 37. 

Yellow paragraph text is tiring to read.
 

 38. 

The top and local navigation bars should be in a different color than the background for maximum usability.
 

 39. 

The background of a web page document is changed by redefining the head tag.
 

 40. 

Text can be displayed in a color other than black.
 

 41. 

A link to a named anchor typically causes a page to scroll.
 

 42. 

Hyperlink colors are changed by creating a CSS selector style.
 

 43. 

Notepad is a text editor.
 

 44. 

Tables are the only way to control the layout of elements on a web page.
 

 45. 

Absolute positioning allows an element to be placed at a specific location on a web page.
 

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

 46. 

The arrangement, shape, size, style, and weight of text is called
a.
serif.
c.
roman.
b.
leading.
d.
typography.
 

 47. 

Typeface refers to
a.
the arrangement of text.
b.
the weight of text.
c.
a set of letters drawn in a specific style.
d.
a set of capitalized letters.
 

 48. 

What is the maximum number of fonts that should be used on a single web page?
a.
1
c.
4
b.
2
d.
8
 

 49. 

One point is equal to
a.
1 inch.
c.
1/36 of an inch.
b.
1/2 of an inch.
d.
1/72 of an inch.
 

 50. 

In Dreamweaver, text size could be specified as
I.   2 in.
II.  75%.
III. large.
a.
II only
c.
II and III only
b.
I and II only
d.
I, II, and III
 

 51. 

Which font size is recommended as a good choice for paragraphs of text on a web page?
a.
8 pixels
c.
36 pixels
b.
14 pixels
d.
72 pixels
 

 52. 

The distance from one line of text to another is referred to as the
a.
type size.
c.
type style.
b.
line height.
d.
typography.
 

 53. 

Which extension is a style sheet saved with?
a.
.htm
c.
.swf
b.
.lbl
d.
.css
 

 54. 

Which panel is used to link, create, and modify style sheets?
a.
the Assets panel
c.
the Files panel
b.
the CSS Styles panel
d.
the Reports panel
 

 55. 

Style sheets cascade, which means
a.
rules from one style sheet can be applied in addition to those in another style sheet.
b.
more than one style sheet can be open at a time.
c.
one style sheet can be applied to all pages in a website.
d.
they appear in a cascading font in the CSS Styles panel.
 

 56. 

Which modifies an HTML element and is comprised of a selector and declarations?
a.
a class
c.
a rule
b.
a font family
d.
a format
 

 57. 

Which item is selected from the Tag list when redefining the HTML paragraph tag?
a.
body
c.
p
b.
font
d.
heading 1
 

 58. 

Which Type attribute is used for selecting the thickness of text?
a.
Size
c.
Weight
b.
Style
d.
Text align
 

 59. 

A set of declarations that can be applied to different tags is called a
a.
class.
c.
selector.
b.
rule.
d.
attribute.
 

 60. 

Which tag displays selected text as italic?
a.
<em>
c.
<strong>
b.
<italic>
d.
<css bold>
 

 61. 

Which heading tag has the smallest font size?
a.
<h1>
c.
<h4>
b.
<h2>
d.
<h6>
 

 62. 

In a web page document, an entire paragraph is indented by making it a
a.
quotation.
c.
heading.
b.
blockquote.
d.
text block.
 

 63. 

Which type of list shows a priority of importance for each step?
a.
a bulleted list
c.
a to-do list
b.
a list style
d.
a numbered list
 

 64. 

Which type of list is a set of items where each item is equally important?
a.
a bulleted list
c.
a to-do list
b.
a list style
d.
a numbered list
 

 65. 

Which color combination would be the easiest for the user to read?
a.
red text on a green background
c.
black text on a white background
b.
white text on a blue background
d.
yellow text on a green background
 

 66. 

Colors that are directly opposite each other on a color wheel are
a.
analogous colors.
c.
triads.
b.
complementary colors.
d.
warm colors.
 

 67. 

Three adjacent colors on a color wheel are
a.
analogous colors.
c.
triads.
b.
complementary colors.
d.
warm colors.
 

 68. 

Hyperlinks to different parts of the same page are linked to
a.
an external URL.
c.
a named anchor.
b.
another web page document.
d.
a CSS rule.
 

 69. 

Which term refers to text content?
a.
copy
c.
element
b.
file
d.
triad
 

Completion
Complete each statement.
 

 70. 

Line height is determined by the type size and the line ____________________.
 

 

 71. 

Normal, regular, roman, or book style all refer to ____________________ type.
 

 

 72. 

A ____________________ is comprised of a selector and declarations.
 

 

 73. 

A set of declarations that can be applied to different tags is called a ____________________.
 

 

 74. 

In the CSS Styles Definition dialog box, both the ____________________ and Block categories have attributes that can apply to headings.
 

 

Matching
 
 
Match the letter with the corresponding type of alignment:
grp001-1.jpg

 

 75. 

justified alignment
 

 76. 

right alignment
 

 77. 

centered alignment
 

 78. 

left alignment
 

Short Answer
 

 79. 

List four paragraph alignments.
 

 80. 

Explain two reasons why a style sheet should be used to format a website.
 



 
Check Your Work     Start Over