answersLogoWhite

0

The reset returns a form to the way it was when loaded. This means clearing some data and maybe returning default values or selected items. A user can then start to fill a form again.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What three tags create the body of the form in HTML?

A form can be created in HTML using the <form> tag. Inside form tag we can use elements like input, submit or reset.


What HTML tag is used to mark the top of the page?

The first tag you use when developing an HTML document is the tag. The first tag you use for the main content of your page is the tag. is the tag that marks the top of an HTML page. The minimum required first like is , which starts the definition of the page content.


What is the tag used for scrollings in HTML?

You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.


What is the A HTML tag called?

The HTML tag is called the "anchor" tag.


How do you use blink tag in HTML?

Come on down!


Which HTML tag does not use as an end tag?

You have to close everything with another tag such as openingtag:<marquee> closingtag:</marquee>.


Why use HTML tags?

Tags are the basic rules in HTML like if you wanted to add a dotted list you can use the ul tag and you can add images with the img tag and you can make the image a link by nesting the img inside a link tag but i believe the most useful tag is the div tag


How do you use a word that isn't in english in an HTML title tag?

There is no requirement that the word or words inside the HTML title tag be in English. They can be in any language you like.


How do you use border in HTML?

Border can be an attribute in html. For example, in the table tag. This will put a border around the table.As another example, it can be used in the img tag.


What is the use of basefont tag in HTML?

The basefont tag was used in versions of HTML prior to HTML 4.01. In HTML 4.01 it was deprecated. It is not supported in XHTML 1.0, nor in HTML 5. It was used to describe the font for an entire document. Later font tags would override this declaration. Currently, the basefont tag is only supported by Internet Explorer. A developer should use CSS to replicate its function (similar to the <font> tag.)


What is the correct HTML element for inserting a line break?

Correct HTML tag for inserting a line break? you can use <br/>


Login code for HTML?

If you mean how to create a login code with HTML, you need a tag called and a tag called and something in another programming language, such as php or java. There is no login code necessary to use HTML.