简体   繁体   中英

List of tags with attribute type=“submit” in HTML5

I need a list of tags with the specific attribute type="submit" . The ones I know are <input type="submit"> and <button type="submit"> .Are there any others in HTML5?

No other elements with type="submit" than what you mentioned

But note:

  • <input type="image" is a submit button
  • button without a type is default a submit button
  • a single text input in a form will submit the form on enter.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM