Accessibility/ Files
Style sheets/ Documents
Tables/ Panel display
Rich media/ File fields
CSS concepts/ Rich media
100

What does accessibility refer to?

• Making websites and web products usable for people with visual, auditory, motor, and other disabilities

100

How do you set the accessibility preference choice?

• Choose Edit> Preferences (Windows) or Dreamweaver> Preferences (Mac OS) and select the Accessibility category in the preferences dialog box.

100

How do you incorporate tables in your website?

• You insert the data table within Dreamweaver CS6 and it will prompt you with a series of choices; the number of rows/ columns, width, cell padding/ spacing, headers, captions and summaries.

100

Why are Accessible Templates beneficial to have in your website?

• They provide you with a fast and easy way to create exciting, engaging, and accessible content.

100

What are 3 accessibility requirements?

• Navigable, Readable, Compatible, Keyboard Accessible, and Adaptable.

200

What type of rich media should you use when building web pages that will be viewed across different devices and screen sizes? 

• HTML5.

200

What should be taken into consideration when adding audio to a web page?

• The appropriate use of audio in your website and how the visitors will be using these media resources.

200

What are the two methods for adding audio to a web page?

• Use a plug-in or encode your page using HTML5.

200

How do you render and preview rich media?

• By using Live view in the document.

200

What does rich media consist of?

• Videos, Flash videos, audio files, and interactive Flash content.

300

What are orphaned files?

• Files that exist in the site but that aren’t linked to by any other files in the site.

300

What type of link does Dreamweaver compile in the selected document?

• External links.

300

What two locations can you create and edit a CSS rule?

• In the Properties panel and the CSS Styles panel.

300

What two parts does an individual declaration consist of?

• The property (such as a font family) and value (such as Georgia).

300

What are the three main types of CSS?

• Class style, HTML tag style, and ID style.

400

What is the Internal (or embedded) CSS style sheets?

• Collections of CSS rules included in a style tag in the head section of an HTML document.

400

What is the External CSS style sheets?

• Collections of CSS rules stored in a separate, external CSS file, not HTML. You link this file to one or more pages in a website with a link or a @import rule in the head section of a document.  

400

What are the three pane that the CSS Styles panel display?

• A Summary for Selection pane that displays the CSS properties for the current selection in the document, a Rules pane that displays the location of a selected properties (or a cascade of rules for the selected tag, depending on your selection), and a Properties pane where you can edit CSS properties for the rule applied to the selection. 

400

What are two advantages that external style sheets provide?

• Flexibility and consistency.

400

How do you convert an internal CSS Style sheet to an external one?

• By exporting it, removing the internal CSS Style sheet, and attaching the exported CSS Style sheet to one or more web pages.

500

How do you delete an internal Style sheet?

• In the CSS Styles panel under ALL, select <style> and click the delete embedded stylesheet button.

500

What do forms allow visitors to do?

• With forms, Visitors can provide feedback, sign a guest book, take a survey, or place an order for merchandise.

500

What is the purpose of forms?

• To interact with or gather information form site visitors.

500

What are text fields and file fields?

• Text fields provide a space in which visitors can text; types a response, and file fields is when a visitor types the path of a file to upload to your server.

500

What are the three types of text fields?

• Single line text, multi-line text, and password text.