Scripts should have a corresponding “noscript” element

Severity code: 0

Scripts should be followed by a <code>noscripts element to guide the user to content in an alternative way.

Example

Wrong

<script type="text/javascript">document.write("Hello World!")</script>