Form の文字

テキスト ボタン
<input type="text" name="a0" value="aa" >
<input type="button" name="b0" value="Push" >
これでは文字が小さすぎなので 字のサイズ・色・背景色・配置の特性を次のように style=   として input タグに付加する。区切りはセミコロン
style="font.size:32;color:'red';background:'lightblue';text-align:center"
となります。
テキスト  ボタン  チェックボタン  ラジオボタン
プルダウンバー(リスト)

ボタンクリック時に変更するには
    <input type="button" name="b" value="Push" onclick="f1.a.style.color='black'">