Text Styling Example: marquee Element
Inaccessible use of marquee element
- Uses of the
marqueeelement to creating scrolling or moving text, moving text is problem for people with visual impairments and reading learning disabilities. - There is no easy or universal way to provide accessible moving text on a web page
HTML Example
This is an example paragraph to demonstrate the inaccessible marquee element.
HTML Source Code
<p style="margin-top: 1em"> <font size="6" face="sans-serif"> <marquee> Example Heading </marquee> </font> </p>
<p> This is an example paragraph to demonstrate the <font size="4" color="#999999" face="monospace"><b><u>inaccessible</u></b></font> <code>marquee</code> element. </p>
<p> This is an example paragraph to demonstrate the <font size="4" color="#999999" face="monospace"><b><u>inaccessible</u></b></font> <code>marquee</code> element. </p>
