Text Styling Example: blink Element
Inaccessible use of blink element
- Uses of the
blinkelement to style text content which can cause photosensitive epileptic seizures. - There is no accessible way to include blinking text on a web page.
HTML Example
This is an example paragraph to demonstrate the inaccessible blink element.
HTML Source Code
<p style="margin-top: 1em"><font size="6" face="sans-serif"> <blink> Example Heading </blink> </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>blink</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>blink</code> element.</p>
