legend要素

このエントリーをはてなブックマークに追加

legend要素はfieldset要素の子要素として利用しグループ名を指定することができます

<fieldset>
	<legend>Display</legend>
	<p><label><input type="radio" name="c" value="0" checked> Black on White</label></p>
	<p><label><input type="radio" name="c" value="1"> White on Black</label></p>
	<p><label><input type="checkbox" name="g"> Use grayscale</label></p>
	<p><label>Enhance contrast <input type="range" name="e" list="contrast" min="0" max="100" value="0" step="1"></label></p>
	<datalist id="contrast">
		<option label="Normal" value="0">
		<option label="Maximum" value="100">
	</datalist>
</fieldset>

参考URL

4.10.17 The legend element - HTML5 - W3C
4.10.17 The legend element - HTML5.1 - W3C

登録日 : 2015年02月08日 最終更新日 : 2015年2月8日

同じカテゴリー(フォーム)のエントリー

検索

スポンサードリンク

バージョン

リファレンス