コントロールタイプを指定する。
<button type="submit | reset | button">
送信するデータを設定する。
<button value="text">
名前を設定する。
<button name="text">
入力を不可に設定する。(フォーカスは与えられない)
<button disabled="disabled">
TABキーでのフォーカスの移動順序を指定する。
<button tabindex="num">
ALT+任意のキーでフォーカスの移動をさせる。
<button accesskey="a - z | 0 - 9 | 記号">
I18N Attribute
Style Attribute
Core Attributes
Event Attributes