LoginSignup
1
3

More than 5 years have passed since last update.

HTMLの<form>

Last updated at Posted at 2015-09-26

はじめに

HTMLのformに関して、
あれ? submitってどうするんだっけ? <submit>って要素あったけ?
みたいなトンチンカンなことや、<select>ってどんなんだっけ?
みたいなことに毎回なって、毎回検索するのだけど、さすがにそろそろ覚えてもよいんじゃないかと思って自分用にまとめ。

マインドマップ

Form.png

submit, button, <button>の違い

参考

http://chaichan.lolipop.jp/qa3500/qa3719.htm
http://www.webword.jp/xhtml/form/index4.html
http://okwave.jp/qa/q8192923/a22683038.html
http://www.w3.org/TR/2014/REC-html5-20141028/forms.html#the-button-element
http://momdo.github.io/html5/forms.html#attr-button-type

引用

<button>について

The missing value default is the Submit Button state.

欠損値のデフォルトは、Submit Button状態である。

type書いてないときのデフォルトの動きみたいな意味の英語は、

The missing value default って表現されてるのか。

1
3
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3