What is the difference between input type= "submit" and "button"?

Source: Internet
Author: User
There are four ways to draw a button on a page:
  • <input type= "button"/> this is a button. If you don't write JavaScript, nothing will happen if you press down.
  • <input type= "Submit"/> such a button the user will automatically submit the form after clicking, unless you have written JavaScript to block it.
  • <button> This button in the form will also click Auto-Submit, than the first two advantage is that the content of the button can not only have text, but also can have pictures and other multimedia content. (Of course, the first two can be done with a picture background). The disadvantage is that different browsers get different value values, and there may be other browser compatibility issues (Ge Liang).
  • Other tags, such as A, IMG, span, Div, and then use the picture to disguise it as a button.


Wang Honglei
Links: http://www.zhihu.com/question/20839977/answer/16354924
Source: Know
Copyright belongs to the author. Commercial reprint please contact the author for authorization, non-commercial reprint please specify the source.

What is the difference between input type= "submit" and "button"?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.