テキストフィールドの文字の大きさを変える

動作ブラウザ 【 IE:4.0  NN:6.0】 ■CSSバージョン【1】
Internet Explorer Netscape Navigator iCab
3.0x 4.0x 4.5 5.0x 5.5 6.0 2.0x 3.0x 4.x 6.0 2.x
Windows × - × × × -
Macintosh × × × × - - × × × ×
UNIX - - - - - - × × × -

ポイント .big { font-size:48pt; }
説  明 テキストフィールドの文字の大きさを変えるにはfont-sizeで大きさを指定します。
サンプル <html> <head> <title>テキストフィールドの文字の大きさを変える</title> <style type="text/css"><!-- .big { font-size:48pt; } --></style> </head> <body> <form> <input type="text" class="big" value="でかいぞ〜"> </form> </body> </html>
補足説明 なし

■サンプルを実行する >>実行
■各ブラウザでの動作結果を見る >>View!