control de radio de página de formulario html

2020-04-14 caso diario 36 día

1. Requisitos:

 

 

2. Código de fondo:

 

 

<html>
<center>
<head>
邮箱 登录
</head>
<body>
<table>
<form>
<tr>
<td> 邮箱 账户 : </td>
<td> <input name = "txtname" type = " texto "/> </td>
</tr>
<tr>
<td> 密码 : </td>
<td> <input name =" txtname "type =" contraseña "/> </td>
</tr>
< tr>
<td> 性别 : </td>
<td> <input type = "radio" name = "gender" /> 男 <input type = "radio" name = "gender" /> 女 </td>
</ tr>
</form>
</table>
</ body>
</center>
</html>

 

Supongo que te gusta

Origin www.cnblogs.com/ljs7490/p/12701927.html
Recomendado
Clasificación