answersLogoWhite

0

HTML is used to create forms. As it is not a programming language it cannot process the forms or make them do anything. So for example it can create a button but it cannot make something happen when you click it. To do that, you need a programming language. Javascript is a programming language that is used in HTML pages to do lots of things, including the processing of forms.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What languages can a browser understand?

HTML, CSS, & JavaScript.


Can HTML pages be converted to other forms?

Yes HTML pages can be converted into other formats. You need to use jQuery and JavaScript for that purpose.


Why you use javascript with HTML?

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


How do you get a working comment box on your website?

To get a working comment/feedback box, you will need to use the programming languages HTML and Javascript (javascript is widely used for forms)


Is HTML a script language?

No, but you can nest JavaScript into the HTML.


Who is the maker of HTML standard?

The World Wide Web Consortium (W3C) produces the HTML standards, along with XML, JavaScript, and a variety of other web-related technologies. You can find them in the related links.


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


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.


What are some good learning websites?

If you want to learn more about HTML CSS and JavaScript please look at the related links.


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.


How do you create a simple JavaScript message inside the HTML?

You need to type the following code to create a simple JavaScript message inside the HTML


How do you disabe radio buttons on clicking a button using javascript and HTML?

radioButton.disabled=true; to disable with javascript <input type="radio" disabled> to disable it with html radioButton.disabled=false; to enable with javascript


What tag is used in adding variables in HTML?

HTML has no variables of its own. Javascript does.


Which script interact with HTML?

Javascript or VBscript.


Which HTML tag is used to indicate to the web browser that the HTML page contains a javascript program?

Easy one. <script type="text/javascript"></script>.


Can javascript be used in Jtextpane in swing?

No. JavaScript can be used only in HTML and other Web Components


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