Accessibility
Rich Media
Check Links
CSS
External CSS
100
making websites and web products usable for people with visual, auditory, motor, and other disabilities
What is Accessibility?
100
most kinds of video, Flash videos, audio files, and interactive Flash content
What is Flash media?
100
files that still exist in the site but that aren’t linked to by any other files in the site
What are Orphaned Files?
100
Where you can edit CSS rule
What is the Properties panel and CSS Styles panel?
100
The ability to easily change the appearance of all documents that refer to the external style sheet.
What is flexibility?
200
a text equivalent to an image
What is Alternative Text?
200
the source file for any project, created in Flash. This file type can be opened only in Flash (not in Dreamweaver or in browsers)
What is FLA file (.fla)?
200
Dreamweaver verifies
What happens to links in your website that work?
200
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
text-transform: uppercase;
color: #090;
}
What is a CSS formating rule.
200
All documents sharing the same style sheet will have a similar appearance.
What is consistency?
300
using a third party web accessibility evaluation tools
What is Accessibility Validation?
300
a compiled version of the FLA (.fla) file, optimized for viewing on the web. This file can be played back in browsers and previewed in Dreamweaver, but cannot be edited in Flash
What is SWF file (.swf)?
300
Check for broken links again.
What should you do after you check for broken links?
300
An individual declaration consists of these two things
What consists of Property and Value.
300
Separating form from content is a widely-adopted principle in web design which allows, among other benefits, for content to be shared in a range of contexts.
What are benefits of separating form and contact?
400
content that can be presented in different ways (for example simpler layout) without losing information or structure
What is Adaptable Content?
400
a video file that contains encoded audio and video data that can be played in Flash® Player
What is FLV file (.flv)?
400
the three main types of CSS
What are Class style, HTML tag style, ID style?
400
a style sheet that exists in its own file
What is an external style sheet?
500
making all functionality available from a keyboard
What is Keyboard accessibility?
500
video file extensions
What are FLA, SWF, FLV?
500
CSS rule can reside in these two places
What Internal and External Style sheets.?
500
you can instantly change any style in all your documents by making changes to the external style sheet
What is a benefit of using an external style sheet.