| A | B |
| Insert > image or Insert panel>Common>Images button > image | These methods insert images that have been exported from Fireworks, not Fireworks HTML objects |
| Insert > Image Objects > Fireworks HTML or in Fireworks, select Edit>Copy HTML Code in Dreamweaver, select Edit>Paste Fireworks HTML | Places Fireworks objects into a Dreamweaver document. |
| Insert panet>Common>Images button>Rollover image | This method inserts a rollover image in a Dreamweaver document |
| Table borders, CSS div layers, horizontal rules | Three page elements that may NOT appear the same in different browsers. |
| Paragraph tags and static graphics | Page elements that should appear the same in different browsers. |
| SWF, FLV, Shockwave, Applet, Active X, Plug in | G to Insert>Media to insert any of these media objects directly intoa Dreamweaver document. |
| MP3 audio and MPG video | Can be linked to or embedded in Dreamweaver files but requires a plug-in or a helper app to play. Dreamweaver does not provide specific support for these types of files.. |
| Image name, rollover image, Preload image | Can be set when creating a rollover image Dreamweaver. |
| Value property | The JavaScript value Property is the text displayed on JavaScript button. |
| Templates and library items | Elements that will not update properly unless the site is defined correctly. |
| Provide a full citation using standard style guides. | What you should do when using information from sites like Wikipedia in your web site. |
| The logo and color scheme of the brand and the age and education of the target demographic | Two issues that should be considered when designing a website for a restaurant. |
| The demographics of the site's audience | What is the most important criteria for determing the relevance of a site's content? |
| Web Content Accessibility Guidelines | What is a widely accepted standard for accessibility? |
| External cascading styles sheets | What is the preferred method for maintaining style consistency across an entire site? |
| inline style sheets | Cannot be applied to a whole page or multiple pages. |
| embedded style sheets | Are located in the head of a document and apply only to that document and not to multiple pages. |
| Code View | Only displays the code. |
| Split Mode | Shows both the design and the code but does not allowa preview for server-side code. |
| Design View | Only displays the design |
| Live Code | Allows the editing of server-side code and real-time preview of the page. |
| Id, style, class, title | Standard tags attributes in CSS |
| Font | This is an HTML tag, not a Div attribute |
| Site Statistics | Are analyzed after the website is completed |
| Usability testing | Conducted after the development of the website has begun. |
| Wireframe and Storyboard | Should be discussed with clients prior to constructing a website. |
| Facilitates design consistency across the whole site and allows for easier changes in global design and formatting | Two advantages of using external Cascading Style Sheets (CSS) |
| balance, symmetry, repetition | Examples of design principles |
| Form and texture | Are considered design elements not design principles |
| Mail surveys | Are expensive and ineffective for monitoring the effectiveness of a website. |
| Site Statistics, enable comments, e-mail link for feedback, web form | Best methods for monitoring effectiveness of a website once it is published. |
| decrease download time, develop good navigation, create obvious links to popular features | Increases the usability of a website. |
| Large images | Can increase download time |
| Flash | It is on over 98% of all computers and when used properly can increase user satisfaction |
| Saves testing money by reducing the need for dedicated testing hardware and software | Adobe Browser Lab |
| Age, gender, and education of site visitors | This is not collected in site statistics |
| The Polygon Hotspot Tool and drawing the spot slightly larger than the shape | Steps that are effective when creating an image map for an irrgularly shaped portion of an image. |
| Text only | Inserts unformatted text |
| Text with Structure | Inserts text with structrure (including paragraphs, lists, and tables) |
| Text with Structure Plus Basic Formatting | Inserts text with structure and simple HTML formatting (including b,i,u, strong, em, hr, abbr) |
| Text with Structure Plus Full Formatting | Text with structure plus full formatting inserts text with all structure, HTML formatting, and CSS styles |
| Maintain current and historical version of sites | The main functionality of the Subversion option when setting up Version Control for a new site. |
| Local Site | Where the pages and all assets are saved on the computer |
| Remote Folder | The folder where you are uploading the contents of the site |
| Web Server | Where the contents of the site are uploaded to be deployed on the website |
| Root folder | Contains all the web pages and assets of the site |
| Link, meta, title | Are common in the head section of a document |
| <doctype> | Happens before the HTML and Head tags |