answersLogoWhite

0


Best Answer

as far as i know they are:

<script type="text/javascript">

all my lovely javascript code!!!

</script>

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Anonymous

Lvl 1
3y ago

Please check on YouTube mas-codetech

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What two tags does javascript have to be enclosed in?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What HTML lines are used to hide javascript from older browsers?

The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are


Can you use JavaScript within the form tag?

You can call an external javascript file or javascript code located inside the head or body tag from a form using event handlers. I am not sure if you can or cannot use javascript code inside form tags but am sure that it is not a good programming practise to put code of two different language (js &amp; html) together


Which tag is used to implement javascript in an HTML file?

The SCRIPT tag is used to implement a JavaScript (or other kind, i.e. VBScript) in an HTML document. The tag can either contain the actual JavaScript code, or can point to an external script file that should be included at render-time. To add JavaScript directly to the document in HTML 5, place these tags in either the HEAD section or just prior to the BODY sections closing tag. &lt;script type="text/javascript"&gt; //JS code goes here &lt;/script&gt; To call an external JavaScript file, use the "src" attribute, like so: &lt;script type="text/javascript" src="path/to/script.js"&gt;&lt;/script&gt; If you're unsure of where to put the JavaScript tags, see the related answer(s).


Where do you go to download java script?

You need not download javascript. Any machine where you have a web browser like Internet Explorer or Mozilla would have javascript inbuilt in them. If you view the source (Right click-&gt; View Source : and you can even try on this page itself), you will see tags such as &lt;script type="text/javascript"&gt; These is the embedded javascript code. If you have a source too in the script tag, simply locate the address and type it out in your browser, you will have the entire javascript file.


What is a combination of HTML tags CSS and scripting language?

Dynamic HTML, the DOM (document object model) describes a combination of HTML tags, CSS, and scripting language.

Related questions

Which are the tags that are recently added in java-script?

Tags aren't part of JavaScript. Tags belong to the markup language, like HTML.


How does you call javascript file in css?

In your HTML add in the tags


What HTML lines are used to hide javascript from older browsers?

The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are The comment tags which are


Can you use JavaScript within the form tag?

You can call an external javascript file or javascript code located inside the head or body tag from a form using event handlers. I am not sure if you can or cannot use javascript code inside form tags but am sure that it is not a good programming practise to put code of two different language (js &amp; html) together


Which tag is used to implement javascript in an HTML file?

The SCRIPT tag is used to implement a JavaScript (or other kind, i.e. VBScript) in an HTML document. The tag can either contain the actual JavaScript code, or can point to an external script file that should be included at render-time. To add JavaScript directly to the document in HTML 5, place these tags in either the HEAD section or just prior to the BODY sections closing tag. &lt;script type="text/javascript"&gt; //JS code goes here &lt;/script&gt; To call an external JavaScript file, use the "src" attribute, like so: &lt;script type="text/javascript" src="path/to/script.js"&gt;&lt;/script&gt; If you're unsure of where to put the JavaScript tags, see the related answer(s).


Html css javascript php etc charts and cheat sheets. Linkz please?

HTML: http://www.w3schools.com/tags/default.asp CSS: http://www.w3schools.com/css/css_reference.asp JavaScript: http://www.w3schools.com/jsref/default.asp PHP: http://www.php.net/manual/en/


What is the part of the circle enclosed by two radii?

A part of a circle enclosed by two radii is called a sector.


Where do you go to download java script?

You need not download javascript. Any machine where you have a web browser like Internet Explorer or Mozilla would have javascript inbuilt in them. If you view the source (Right click-&gt; View Source : and you can even try on this page itself), you will see tags such as &lt;script type="text/javascript"&gt; These is the embedded javascript code. If you have a source too in the script tag, simply locate the address and type it out in your browser, you will have the entire javascript file.


What is a combination of HTML tags CSS and scripting language?

Dynamic HTML, the DOM (document object model) describes a combination of HTML tags, CSS, and scripting language.


What are two of the programming languages?

ADA and Javascript. Did you want any particular two?


How do you do JavaScript?

Java script or javascript. a javascript is just object orientated language that you can embed into HTML to make an object preform tasks that are much much harder for any other language to do. On the other hand a complete Java script is much harder because pure Java is a language that is used to develope games and takes a lot more time to do than javascript, but it can do so much more than Javascript.


How do you create a java script?

Press f12 then go and have a look around the scripting or you can right click and go to inspect element which will probably make it go quickier. Firebug is awesome tool, Here is the javascript trick for you to edit the page displayed. javascript:document.body.contentEditable='true'; document.designMode='on'; void 0 just copy and paste this script to your Url box and press enter. Now edit anything you want.