XHTML1.1 - button module

記述形式
<button>...</button>

説明
<input>で生成するボタンより、レンダリング能力の高いボタンを設定する。

オプション属性
コントロールタイプを指定する。
<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

子要素
<h1>〜<h6>, <div>, <span>, <p>, <br>, <blockquote>, <q>, <address>, <pre>, <abbr>, <acronym>, <cite>, <code>, <dfn>, <em>, <kbd>, <samp>, <strong>, <var>, <b>, <i>, <big>, <small>, <sup>, <sub>, <tt>, <hr>, <ins>, <del>, <bdo>, <img>, <map>, <ul>, <ol>, <dl>, <table>, <object>, <script>, <noscript>, 文字データ