| A | B |
| When the first template for a Web site is saved, Dreamweaver saves the template with a ____ extension. | dwt |
| To detach a page from a template, click Modify on the ____ bar, point to Templates, and then click Detach from Template on the Templates submenu. | Application |
| In order to include an image placeholder, as shown as “add_im...” in the accompanying figure, you would click ____ on the Application bar, point to Image Objects, and then point to Image Placeholder. | Insert |
| A style is a rule describing how a specific object is formatted. A ____ is a file that contains a collection of these rules or styles. | Style sheet |
| One advantage of HTML styles is that they consist only of ____, and therefore are displayed in just about all browsers, including Internet Explorer 7.0 and earlier versions. | Font tags |
| To use HTML styles, you must deselect the Use ____ instead of HTML Tags option in the General category of the Preferences dialog box. | CSS |
| Any Web page in a Web site can access a common set of properties by linking to the same ____ style sheet. | External |
| A CSS style rule contains two parts. One is the ____, which is the name of the style. | Selector |
| A CSS style rule contains two parts. One is the ____, which defines the style elements. | Declaration |
| An example of a(n) ____ is h2 (defining the HTML h2 tag). | Selector |
| An example of a(n) ____ is 24 pt Courier. | Declaration |
| Also considered a custom style, ____ is the most flexible way to define a style. | Class |
| When the tag style option is selected in the New CSS Rule dialog box, the Tag pop-up menu provides a selection of over 90 ____ tags listed in alphabetical order. | HTML |
| ____ style, also known as pseudo-class, is commonly applied to hyperlinks to create a rollover effect. | Advanced |
| When working with external style sheets, using the Import command creates a(n) ____ tag in the HTML code and references the URL where the published style sheet is located. | @import |
| Styles are created and controlled through the ____ panel. | CSS Styles |
| A ____ style is a style you can create and name, in which you specify all the attributes you want the style to include. | Custom |
| To remove a style from an element on a Web page, select the element and then click the ____ CSS Rule button in the CSS Styles panel shown in the accompanying figure. | Delete |
| Dreamweaver makes it easy to add style attributes to the style sheet. This is done through the CSS ____ dialog box. | Rule Definition |
| When you apply the first style to a document, a Document window with a ____ extension opens behind the original Document window containing the code for the applied styles. | .css |