answersLogoWhite

0

Why you use javascript with HTML?

User Avatar

Anonymous

12y ago
Updated: 8/20/2019

JavaScript is a script which makes HTML more interactive and adds more functionality to HTML.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What languages can a browser understand?

HTML, CSS, & JavaScript.


Is JavaScript or Dreamweaver better?

Not comparable. JavaScript is a programming language. Dreamweaver is an application (which you can use to create pages with javascript, html, etc.)


What code does MySpace use?

you can use html, dhtml, or css !! do not use javascript though!


What is HTML-only?

All websites use HTML, but some sites use HTML in conjunction with one or more other coding languages like Javascript or CSS. HTML-only means it uses just the basic coding.


How do you make a queueing system in HTML?

A queuing system is a big project to be undertaken in HTML. It will use Javascript, CSS and HTML scripting languages.


Is HTML a script language?

No, but you can nest JavaScript into the HTML.


Can an entire website be written in Javascript?

No. The website is still going to need to be displayed in HTML, and CSS is going to be needed to create the layout. While you could use JavaScript to create the HTML structure, you still will need a base HTML document just to get the browser to call the JavaScript's initial functions.


Do you have experience in Java or HTML?

I have some experience in HTML but not JavaScript.


Is the ePO console It is web based and designed completely in HTML and JavaScript.?

It is web-based and designed completely in HTML and JavaScript


How to make a Show Hide HTML?

You cannot make an html for show hide, one can simply use javascript to create the show hide code that you are looking for. Depending on what you want, the code is fairly simple using a javascript html code resources.


What you need to study to create your website?

I would suggest you start with HTML and then move on to JavaScript VBScript would come after that. EX: <html><body><!--HTML HERE--> <!--JAVASCRIPT STARTS BELOW--> <script language="JavaScript"> //JAVASCRIPT HERE </script> <!--JAVASCRIPT ENDS HERE--> <!--VBSCRIPT STARTS BELOW--> <script language="VBScript"> 'VBSCRIPT HERE </script> </body></html>


Can you make HTML dynamic website?

HTML is, by its very nature, static. In order to add dynamic elements, you will need to use JavaScript.