answersLogoWhite

0


Best Answer

Easy one. <script type="text/javascript"></script>.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which HTML tag is used to indicate to the web browser that the HTML page contains a javascript program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you find JavaScript on your computer?

You don't. JavaScript is a special type of language which you will typically find embedded in the program which use them. For example, each web browser on your computer will have its own version of JavaScript.


How do you update java script?

Javascript is not a program or function that you update. It is a programming language that is used on the web. Updating your browser may allow use of newer javascript features, but there is no way to technically update javascript.


What is the difference between Javascript and Jquery?

JavaScript is a scripting language that is mainly used within a web browser. Jquery is a library of javascript code that can be used together with your javascript program. A set of functions that can preform common tasks is provided, which will reduce the amount of code that you have to write yourself.


Which is not a stand alone program a. Java b. Javascript c. Both a and b d. None of the above?

If you are talking about programs written in those languages: Both. Java relies on the JVM and Javascript relies on your web browser. Otherwise: Neither


How can one learn how to program the JavaScript confirm dialog box into their code?

There are a number of ways in which one can learn how to program the JavaScript confirm dialog box into their code. One way is by reading the relevant tutorials on the website JavaScript Kit.


Fatorial of a number program in javascript?

hi darling


What has the author George Pickering written?

George Pickering has written: 'JavaScript how-to' -- subject(s): JavaScript (Computer program language)


How do run a program html javascript?

Open a file in a text editor. Then save is as my_custom_name.html . Then paste whatever html code you have, or simply write some. Then, in the head, either write &lt;script type="text/javascript"&gt; //write code here &lt;/script&gt; or you can link to an external javascript page. http://www.w3schools.com/js/js_whereto.asp then just open the html document with a browser. You can do this by (on a mac) right clicking, and selecting 'open with', and then choose a browser. You can also do it by doing file:///Users/your_user/your_file_path/my_custom_name.html. eg. file:///Users/jake/Documents/example_folder/an_additional_folder/example.html.


Where could a person go to get a tutorial on how to program with Javascript?

When starting to learn how to program with Javascript, a good basic guide can be found at YourHTMLSource. They teach the basic techniques in an easy to understand tutorial online.


What is an browser?

A browser is a program that allows you to view the internet. The best browser is Google Chrome.


What is client program?

As far as web programming is concerned, client side programming is code that runs in the web browser, rather than the web server. JavaScript is an example of client side scripting because the code is sent to the browser, at which point it is executed. PHP is an example of server side scripting because the code is executed on the server, and the resulting code is sent to the browser and displayed.


Can you make softwares using javascript and if so how and by the way I do mean Javascript NOT java?

You can't make software, but you can make scripts that can be called from a program.