answersLogoWhite

0

What is the purpose of a HTML button?

Updated: 8/20/2019
User Avatar

Wiki User

10y ago

Best Answer

The HTML addresses are used to individually address different web sites. Just as houses have individualized number and street listings to make identification easier, so do websites.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the purpose of a HTML button?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can you add a button to erase a canvas in HTML?

You need JavaScript for that purpose. You need when the button is hit, a div should hide.


How do you enter a search button in HTML?

You can enter a search button in HTML using this code, .


What is the code for a download button in HTML?

Example: Example.exe <button type="button" onClick="location.go(example.exe)">Download</button>


What is the difference between button and submit button in html?

A diferença é que um envia o comando HTML e o outro não


How To create sub buttons from a button using HTML?

horizontal button with vertical submenus


What is the purpose of an HTML conversion application?

An HTML conversion application helps to convert HTML pages into other formats. You can do this by exporting JS also.


Why is it useful to know HTML?

It is important to know HTML as it serves a very great purpose for web. A person knowing HTML is of great importance in industry.


Need of frame in HTML?

Frames are used to divide the HTML page into sections. The <frame> tag is used for that purpose.


How do you make an html button uneditable?

The normal code for an input button is this:To make it inactive, add this:


Usig HTML how do you make a link under a button?

Button is automatically used to hyperlink so there is no need to href. You can easily place onclick option on the button.


A doubt for you in HTML you embedded flash file in HTML In flash file for button you must give link in same page?

reword this question.


What is the syntax to call a jsp page from HTML button?

There are several ways to use an HTML button to go to a web page. You can keep it simple. This example uses "page.jsp" in the same directory as your HTML page for your target location. You can use the following code: