answersLogoWhite

0

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

User Avatar

Wiki User

14y ago

What else can I help you with?

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


Fatorial of a number program in javascript?

hi darling


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.


What has the author George Pickering written?

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


What is an browser?

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


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 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.


What does browser mean in HTML?

A "browser" is a program that can render/read HTML.