Examples of using JavaScript code in HTML code _javascript tips

Source: Internet
Author: User

<script></script> Label

To use JavaScript in HTML, you need to use the <script></script> tag and define the Type property value as Text/javascript, as shown in the previous Alert pop-up prompt box example:

Copy Code code as follows:

<script type= "Text/javascript" >
Alert ("I am the hint text!") ");
</script>

Usually separate JavaScript code makes no sense, and JavaScript code is typically used in conjunction with HTML code, because JavaScript is created to make up for HTML flaws. The following are examples of JavaScript code and HTML code used together:

Copy Code code as follows:

<script type= "Text/javascript" >
Alert ("I am the hint text!") ");
</script>
<body>
<div> pictures and text content </div>
</body>

Typically, JavaScript code (<script></script> tags) is placed in

Related Article

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.