“Seleção de gênero em HTML” Respostas de código

Seleção de gênero em HTML

<label for="gender"> Select you gender</label>
<select name="gender">
	<option value="none" selected>Gender</option>
	<option value="male">Male</option>
	<option value="female">Female</option>
	<option value="other">other</option>
</select>
Azizul7m

Selecione HTML de gênero

<input type="radio" name="gender" value="male"> Male<br>
<input type="radio" name="gender" value="female"> Female<br>
<input type="radio" name="gender" value="other"> Other
Funny Fish

Respostas semelhantes a “Seleção de gênero em HTML”

Perguntas semelhantes a “Seleção de gênero em HTML”

Mais respostas relacionadas para “Seleção de gênero em HTML” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código