Title: Web Design Review
1Web Design Review
2What provides an alternative to separately
creating similar-type pages on your Web site?
3What are some advantages to using template pages?
- Save time
- Functions as a pattern for other pages
- Help maintain consistency and standardization in
design
4If you have a page you want to turn into a
template, how can you?
- File Menu Save as Template then define
editable regions
5To create a template using the New Document
command off the File Menu, what category do you
select from the New Document dialog box to do so?
6What looks identical to the template which is a
Web page based on a template?
7What region is the basic building block of a
template?
8What region is set to duplicate?
9How many different regions in templates does
Dreamweaver support?
10When a logo image is part of a template is it
editable or noneditable?
11What is considered the best method of to creating
a template?
- Create a regular page and Save as a Template
marking all editable regions
12What type of sheet is a collection of formatting
rules that control the appearance of content in a
Web page?
- Style sheets or Cascading Style Sheets
13What type of style can be used to apply
formatting options quickly and easily to text in
a Web page?
14What type of HTML extension allows a Web page to
respond to user input without sending a request
to the Web server?
15How many different parts are there to a CSS style
rule?
16What are the two CSS style rule parts?
- Selector name of style
- Declaration defines style elements
17What type of style sheet is a single style sheet
that is used to create uniform formatting and
contains no HTML code? Or can be used to link any
page within the Web site.
18What type of style sheet contains styles that
apply to a specific page and styles are embedded
in the ltheadgt portion of the Web page?
19What is it called when you apply multiple style
sheets to the same Web page?
20What type of style can you specify all the
attributes you want to include? (naming it always
begins with a period)
21What button opens the Link External Style Sheet
dialog box?
22In what dialog box do you add style attributes to
a style sheet?
- CSS Rule Definition dialog box
23What is the default setting for links?
24What attribute defines the style of a link when
the mouse pointer moves over the link?
25What type of attribute defines the style of a
link to a Web sie that you have visited?
26What type of attribute defines the style of a
clicked link?
27What type of attributes defines the style oa an
unvisited link?
28What panel do you use to apply a template to a
document?
29What mode can you use to temporarily add cell
padding and spacing to all tables in a document
and increase the tables borders to make editing
easier?
30What attribute capitalizes the first letter of
each word in a selection or sets text to all
uppercase or lowercase letters?
31What attribute defines the thickness of a font?
32What attribute refers to the amount of spece
between lines of text also called leading?
33What attribute sets the background color for an
element?
- Background Color attribute
34What attribute adds a background image to either
a Web page or a table?
- Background Image attribute
35What attribute repeats the background image?
36What attribute determines whether a background
image is fixed as its original position or
scrolls along with the content?
37What attribute specifies a position for selected
text or other Web page elements can be used to
align a background image to the center of the
page, both vertically and horizontally, or to
align the element relative to the Document window?
- Horizontal and Vertical Position attribute
38BYE!