answersLogoWhite

0

as far as i know they are:

<script type="text/javascript">

all my lovely javascript code!!!

</script>

User Avatar

Wiki User

15y ago

What else can I help you with?

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 modifies default behavior of tags?

The default behavior of HTML tags can be modified using CSS (Cascading Style Sheets) and JavaScript. CSS allows developers to change the visual presentation, such as layout, colors, and fonts, while JavaScript can alter the functionality and interactivity of elements on the page. Additionally, attributes like class and id can be used to apply specific styles or scripts to individual elements, further customizing their default behavior.

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 modifies default behavior of tags?

The default behavior of HTML tags can be modified using CSS (Cascading Style Sheets) and JavaScript. CSS allows developers to change the visual presentation, such as layout, colors, and fonts, while JavaScript can alter the functionality and interactivity of elements on the page. Additionally, attributes like class and id can be used to apply specific styles or scripts to individual elements, further customizing their default behavior.


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.