HTML5 the definition and explanation of each label: NoScript

Source: Internet
Author: User

If the browser supports scripting, it does not display the text in the NoScript element.
Browsers that do not recognize <script> label will display the contents of the label on the page. To prevent the browser from doing so, you should hide the script in the comment label. Older (unrecognized &script> tagged) browsers ignore annotations, so they don't write the contents of the tags on the page, and newer browsers know how to execute them, even if they are surrounded in the comment tags!

Instance Code

<body>

<script type= "Text/javascript" >
<!--
Alert ("Welcome to http://www.html5cn.org/!");
-->
</script>
<noscript> If you see these words, your browser does not support javascript</noscript>

</body>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.