ヒ ン ト 集
■ ヒントだよ!HTML & CSS ■
topへ
前のページに戻る
ページ閉じる
■ CSS focus の例
CSS
input[type="text"]:focus { background-color: #ff9999; }
html
<label for="name">お名前</label> <input type="text" name="name" id="name" value=""><br>
<br>
<label for="address">ご住所</label>
<input type="text" name="address" id="address" value=""><br>
<br>
<input type="submit" name="submit" value="送信">
お客様情報
お名前
ご住所
▲このページ一番上へ
topへ
前のページに戻る
ページ閉じる
© KinutaHandicraft