Home » ★HTMLタグリファレンス

★HTMLタグリファレンス

<BUTTON> …… ボタンを作成する
Internet Explorer4Internet Explorer5Internet Explorer5-macInternet Explorer5.5Internet Explorer6Internet Explorer7Internet Explorer8Internet Explorer9
Netscape6Netscape7Netscape8
Opera6Opera7Opera8Opera9Opera10
Firefox1Firefox2Firefox3Firefox4
Google Chrome1Google Chrome2Google Chrome3Google Chrome4Google Chrome5Google Chrome6
広告



このページでは、HTML4のbutton要素を解説しています。
button要素の最新情報は、以下を参照してください。

ボタンを作成します。
<INPUT>タグで作成するボタンと機能的には同じですが、
<BUTTON>タグではボタン上のテキスト表示を変えたり、画像を表示させたり、それらを組み合わせることができます。

type属性ではsubmit(送信ボタン)、reset(リセットボタン)、button(汎用的に使える押しボタン)のいずれかを指定してください。
初期値はtype=”submit”で、送信ボタンを作成します。

■使用例

HTMLソース

<button type=”button” name=”aaa” value=”aaa”>
<font size=”2″>ここを</font><font
size=”5″ color=”#333399″>押してね</font>
</button>

↓↓↓

ブラウザ上の表示

■HTML5情報

<button> …… ボタンを作成する

<input type=”button”> …… 汎用ボタンを作成する
広告



Lorem Ipsum is simply dummy text

    By signing up, you agree to our Terms and Privacy Policy. Unsubscribe anytime.