Aplicaciòn Web Deber #1


<html>
<head>
<title>Deber Practico</title>
<body>
<form>
<i><H4>Nombre<br><input type="text" id "nombre" maxlength=40><br> 
Direccion<br> <input type="text" id "direccion" maxlength=60><br>
<IMG SRC="C:\Users\PabloCedeño\Desktop\Nueva carpeta\patrullas.jpg" ALIGN=RIGHT>
NºCedula<br><input type="text" id "cedula" maxlength=10><br>
Edad<br><input type="text" id "edad" maxlength=2><br>
Telefono<br><input type="text" id "telef" maxlength=20><br>
<p><hr>Tipo De Musica A Preferir <select id ="" name ""> <option>Ninguno<option>Rock<option>Balada<option>Pop
</p><br></hr></select> escoja una opcion
<p><hr>Aficionado A Video Juegos
<p>
Anime <INPUT TYPE="CHECKBOX" NAME="Anime" VALUE="Anime">
<p>
Mango <INPUT TYPE="CHECKBOX" NAME="Mango" VALUE="Mango">
</P>
</form>
</body>
</head>
</html>