answersLogoWhite

0

Javascript is great for handling and manipulating data structures, but it doesn't have any capability to handle graphics - that is where HTML comes in. HTML is a graphics language. So, in general, Javascript that is embedded in HTML handles all the math and data handling for the webpage and uses HTML as a user interface.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How can you call a flash file in JavaScript?

what you could do is make the file an HTML file and have embedded Javascript in it. i am not sure how to put a flash file into Javascript though.


What languages can a browser understand?

HTML, CSS, & JavaScript.


What is embedding java script?

To embed JavaScript code is to include it in the HTML page. For example, this will embed the code to display an alert: <script type="text/javascript"> alert("Embedded alert!"); </script>


Can you use a javascript document offline and if so how?

Javascript is embedded into HTML pages, so yes. You can create an HTML document on your desktop and include javascript within. Once you save the file, you can open it with the web browser that makes you happiest and test your javascript code, all while being offline. Then only note here is you will not be able to test any postbacks.


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.


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


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.


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.


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.