JavaScript Tag, Attribute & Syntax Programming

JavaScript – Script Tag, Attributes, and Syntax

  • September 22, 2020
  • 0 Comments

The <script> tag is used to define the JavaScript code. It identifies the block of the script on the page. The <script> tag loads the script file which has extensions [eg. .js, script.js], or the script code written inside the <script> tag. Attributes of <script> Tag Attribute Value Description type media_type It specifies the media […]

JavaScript vs Java Programming

JavaScript – Java Programming Vs JavaScript

  • September 22, 2020
  • 0 Comments

Java & java-script: Java & javascript have the only a name in common and nothing else. They are poles apart. Java is basically a programming language that is an enhancement of C++ having a distinctive feature of being able to run on various machines and operating systems like Windows NT, Mac Os, Unix. Javascript is […]