このページはCSS辞書のサンプルページです。 “color-scheme”プロパティの使い方について解説するためのサンプルページです。
:root { color-scheme: dark only;}
<form method="post" action="sample-formtag2.php" target="_blank"> <fieldset> <legend>好きな果物</legend> <p> <label><input type="checkbox" name="fruit[]" value="甘蕉">甘蕉</label> <label><input type="checkbox" name="fruit[]" value="林檎">林檎</label> <label><input type="checkbox" name="fruit[]" value="甜瓜">甜瓜</label> <label><input type="checkbox" name="fruit[]" value="苺">苺</label> <label><input type="checkbox" name="fruit[]" value="桃">桃</label> </p> </fieldset> <fieldset> <legend>一番好きな果物</legend> <p> <label><input type="radio" name="no1fruit" value="甘蕉">甘蕉</label> <label><input type="radio" name="no1fruit" value="林檎">林檎</label> <label><input type="radio" name="no1fruit" value="甜瓜">甜瓜</label> <label><input type="radio" name="no1fruit" value="苺">苺</label> <label><input type="radio" name="no1fruit" value="桃">桃</label> </p> </fieldset> <fieldset> <legend>あなたの情報</legend> <p><label>居住地域:<input type="text" name="area"></label></p> <p><label>年齢:<input type="number" name="age"></label></p> </fieldset> <p><input type="submit" value="送信する"></p> </form>
甘蕉 林檎 甜瓜 苺 桃
居住地域:
年齢: