This site is designed for accessibility. Content is obtainable and functional to any browser or Internet device. This site's full visual experience is available in a graphical browser that supports web standards. Please consider upgrading your web browser.

Alternate stylesheets

Alternate stylesheets are marked as being alternate with the value alternate stylesheet.

For example:

<link rel="alternate stylesheet" href="altone.css" type="text/css" media="all">

An alternate stylesheet is treated as being an alternate and available for selection from a browser menu by requiring two things. The first is to have a rel value of alternate stylesheet as shown above, and second a value for the title attribute.

For example:

<link rel="alternate stylesheet" href="altone.css" title="Alternate Styles 1" type="text/css" media="all">