What does accessibility refer to?
• Making websites and web products usable for people with visual, auditory, motor, and other disabilities
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.
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.
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.
What are 3 accessibility requirements?
• Navigable, Readable, Compatible, Keyboard Accessible, and Adaptable.
What type of rich media should you use when building web pages that will be viewed across different devices and screen sizes?
• HTML5.
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.
What are the two methods for adding audio to a web page?
• Use a plug-in or encode your page using HTML5.
How do you render and preview rich media?
• By using Live view in the document.
What does rich media consist of?
• Videos, Flash videos, audio files, and interactive Flash content.
What are orphaned files?
• Files that exist in the site but that aren’t linked to by any other files in the site.
What type of link does Dreamweaver compile in the selected document?
• External links.
What two locations can you create and edit a CSS rule?
• In the Properties panel and the CSS Styles panel.
What two parts does an individual declaration consist of?
• The property (such as a font family) and value (such as Georgia).
What are the three main types of CSS?
• Class style, HTML tag style, and ID style.
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.
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.
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.
What are two advantages that external style sheets provide?
• Flexibility and consistency.
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.
How do you delete an internal Style sheet?
• In the CSS Styles panel under ALL, select <style> and click the delete embedded stylesheet button.
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.
What is the purpose of forms?
• To interact with or gather information form site visitors.
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.
What are the three types of text fields?
• Single line text, multi-line text, and password text.