answersLogoWhite

0

Differentiate between javascript and HTML

Updated: 8/16/2019
User Avatar

Wiki User

15y ago

Best Answer

Differentiate a pilot and a plane!

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Differentiate between javascript and HTML
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What languages can a browser understand?

HTML, CSS, & JavaScript.


How is javascript used?

JavaScript is used to make HTML DHTML or Dynamic HTML. Provides a lot more interactivity between the web page and the browser provided JavaScript is not turned off.


Is javascript a form of HTML used to add dynamic capabilities and interactivity to webpages?

Javascript is a language used WITH HTML. It is not HTML. HTML is a markup language used to delineate between different types of data. JavaScript is a programming language, containing logic, functions, and object.


What is the difference between an HTML page and a dhtml page?

DHTML combines HTML, JavaScript, the HTML DOM, and CSS.


Why you use javascript with HTML?

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


Is HTML a script language?

No, but you can nest JavaScript into the HTML.


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>


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


What if difference between HTML and dHTML?

DHTML was an old term we used to describe HTML that was being played with using Javascript (or J-Script) The term was derived from "Dynamic HTML." Javascript is now very widely used, and so the term DHTML has gone by the wayside.


How do you make text flash different colours with a delay between each colour with HTML?

You can't due this in HTML. You're going to have to use JavaScript.


How do you write HTML codes and javascript events together in your HTML kit?

You need to write the HTML code in the tag format. If you want to write JavaScript put it in <script> tag.