Skip to Main Content >

IT Accessibility Curriculum and Resources

Using Cascading Style Sheets to Enhance Accessibility

Quiz

  1. Name two methods of applying styles to web page elements:

    ___________________________________________________________________

    ___________________________________________________________________

  2. At what levels of Netscape and Internet Explorer does style sheet support start?

    ___________________________________________________________________

  3. You want to change the font and color for one word on your page. Which kind of style would be most appropriate?

    ___________________________________________________________________

  4. Who benefits when the content of your page is independent of the style used?

    ___________________________________________________________________

  5. The "cascading" in Cascading Style Sheets refers to the way that general styles can be overridden by specific styles. In other words, the style closest to the tag is the style that will be rendered by the browser. So, if embedded style sheets, linked style sheets and inline styles are all present, the style closest to the tag will be invoked.

    Number the invocation order of style sheets if all are present:

    __________ Embedded style sheet

    __________ Linked style sheet

    __________ Inline style

Back to Section Table of Contents
Back to Curriculum Table of Contents