html 输入类型复选框e radio.html

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 输入类型复选框e radio.html相关的知识,希望对你有一定的参考价值。

<form action="pagina.html" method="post">
		<fieldset>
			<legend>Lingue conosciute</legend>
<input type="checkbox" name="lingua" value="Inglese">Inglese
<input type="checkbox" name="lingua" value="Francese">Francese
<input type="checkbox" name="lingua" value="Spagnolo">Spagnolo
<input type="checkbox" name="lingua" value="Tedesco">Tedesco
</fieldset>
<fieldset>
	<legend>Sesso</legend>
<input type="radio" name="sesso" value="Maschio" checked>Maschio
<input type="radio" name="sesso" value="Femmina">Femmina
</fieldset>
</form>

以上是关于html 输入类型复选框e radio.html的主要内容,如果未能解决你的问题,请参考以下文章

将图像添加到 html 类型输入复选框或单选框

是否可以将图像放入输入类型 =“复选框”?

HTML 表单制作

Javascript / Adob e DTM:跟踪复选框仅点击一次

为啥“数字”类型的 html 输入允许在字段中输入字母“e”?

html 选择到radio.html