Kamis, 26 Januari 2017

How to make HTML dynamic using JavaScript

JavaScript code is executed within the web pages. So, your web page contains not only HTML tags but also statements (scripts) written using a scripting language like JavaScript. There are two ways to include JavaScript in our web pages. One way is to include the JavaScript statements inside <script> and </script> tags. Below is the syntax for including JavaScript in <script> tags: 1 2 3 <script type=“text/javascript”>     JavaScript code… </script> In the above code, the attribute type is used to specify which scripting language we are using to write the statements embedded within the <script> tags. There are many scripting languages

The post How to make HTML dynamic using JavaScript appeared first on Coding Security.


How to make HTML dynamic using JavaScript
read more

Tidak ada komentar:

Posting Komentar