Use the NOSCRIPT element to describe the action or replace the functionality of any scripts you embed in your page.
For example, if you write a SCRIPT that animates a comic strip by presenting a new panel whenever the user mouse-clicks or presses a key, then use the NOSCRIPT element to provide a text alternative that describe the entire comic strip. For example:
<SCRIPT type="text/javascript">
... script to display and replace each frame of the comic strip as requested by a user event ...
</SCRIPT>
<NOSCRIPT>
In the first panel, Lucy is holding the football. In the second panel, Charlie Brown is seen charging towards the football. And so on..."
</NOSCRIPT>
To Checkpoints for Guideline 1.Next slide: Example for Checkpoint 1.1i