Cuestionario Utilizando Checkbox Y Select Option
El siguiente codigo esta escrito en Html y a su vez utilizando controles
<html>
<head>
</head>
<form>
<body>
¿Que lenguaje de programacion conoce? <br>
<input type= "checkbox" name= "escoje" value="1">C#<br>
<input type= "checkbox" name= "escoje" value="2">JAVA<br>
<input type= "checkbox" name= "escoje" value="3">Phyton<br>
<input type= "checkbox" name= "escoje" value="4">Visual Basic<br>
<br>
¿Cuantos Lenguajes de bases de datos conoce? <br>
<input type= "checkbox" name= "leng" value="1">SQL<br>
<input type= "checkbox" name= "leng" value="2">POSGREL<br>
<input type= "checkbox" name= "leng" value="3">FREEBSD<br>
<input type= "checkbox" name= "leng" value="4">ORACLE<br>
<br>
<br>
¿Que sistema operativo utiliza? <br>
<select name="tipo" size="1">
<option value="1"> Windows 7
<option value="2"> Windows 8
<option value="3"> Centos
<option value="4"> Ubuntu
</select>
<br>
<br>
¿Que tipo de servidor es mejor? <br>
<select name="servidor" size="1">
<option value="1"> Windows Server
<option value="2"> Fedora
<option value="3"> Centos
<option value="4"> Rhat
</select>
</body>
</form>
</html>
<html>
<head>
</head>
<form>
<body>
¿Que lenguaje de programacion conoce? <br>
<input type= "checkbox" name= "escoje" value="1">C#<br>
<input type= "checkbox" name= "escoje" value="2">JAVA<br>
<input type= "checkbox" name= "escoje" value="3">Phyton<br>
<input type= "checkbox" name= "escoje" value="4">Visual Basic<br>
<br>
¿Cuantos Lenguajes de bases de datos conoce? <br>
<input type= "checkbox" name= "leng" value="1">SQL<br>
<input type= "checkbox" name= "leng" value="2">POSGREL<br>
<input type= "checkbox" name= "leng" value="3">FREEBSD<br>
<input type= "checkbox" name= "leng" value="4">ORACLE<br>
<br>
<br>
¿Que sistema operativo utiliza? <br>
<select name="tipo" size="1">
<option value="1"> Windows 7
<option value="2"> Windows 8
<option value="3"> Centos
<option value="4"> Ubuntu
</select>
<br>
<br>
¿Que tipo de servidor es mejor? <br>
<select name="servidor" size="1">
<option value="1"> Windows Server
<option value="2"> Fedora
<option value="3"> Centos
<option value="4"> Rhat
</select>
</body>
</form>
</html>
0 Response to Cuestionario Utilizando Checkbox Y Select Option
Publicar un comentario