Esta sección te permite ver todos los posts escritos por este usuario. Ten en cuenta que sólo puedes ver los posts escritos en zonas a las que tienes acceso en este momento.
Mensajes - Znoifju
Páginas: [1]
1
« en: 03 de Mayo 2016, 06:06 »
Solución al ejercicio pedido a la clase CU00725B del tutorial de programación web HTML para principiantes.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Formularios 05</title>
</head>
<body>
<form method="post" enctype="multipart/form-data" action="http://aprenderaprogramar.com" style="text-align: center;">
<h1>Inscripción al Concurso Jara y Sedal</h1>
<label for="nom">Nombre(s): </label>
<input type="text" name="nom" id="nom"/><br/>
<label for="ape">Apellido(s): </label>
<input type="text" name="nom" id="nom"/><br/>
<label for="direc">Direccion: </label>
<input type="text" name="direc" id="direc"/><br/>
<label for="img">Subir Fotografia: </label><br/>
<input name="img" type="file"/><br/><br/>
<input type="submit" value="¡¡¡Me apunto!!!"/>
<input type="reset" value="Cancelar"/>
</form>
</body>
</html>
2
« en: 03 de Mayo 2016, 05:33 »
Solución al ejercicio pedido a la clase.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Formularios 04</title>
</head>
<body>
<form method="get" action="http://aprenderaprogramar.com" style="text-align: center;">
<h1>Inscripción al concurso Saber y Ganar</h1>
<label for="nom">Nombre(s): </label>
<input type="text" name="nom" id="nom"/><br/>
<label for="ape">Apellido(s): </label>
<input type="text" name="ape" id="ape"/><br/>
<label for="email">Email: </label>
<input type="text" name="email" id="email"/><br/>
<input type="submit" value="¡¡¡Me apunto!!!"/>
<input type="reset" value="Cancelar"/>
</form>
<form method="get" action="http://aprenderaprogramar.com" style="text-align: center;">
<h1>Petición de información</h1>
<label for="nomb">Nombre(s): </label>
<input type="text" name="nomb" id="nomb"/><br/>
<label for="pais">Pais: </label>
<input type="text" name="pais" id="pais"/><br/>
<label for="ema">Email: </label>
<input type="text" name="ema" id="ema"/><br/>
<label for="cons">Consulta: </label><br/>
<textarea name="cons" id="cons" rows="5" cols="40"></textarea><br/>
<input name="enviar" type="image" src="http://electronicsonline.com.ve/imagenes/botonarriba.PNG"/>
<button type="reset">
Pulse aquí para cancelar<br/>
Esto borrará los datos
</button>
</form>
</body>
</html>
3
« en: 03 de Mayo 2016, 03:26 »
Solución al ejercicio pedido a la clase CU00723B del curso básico de programación web desde cero con HTML.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Formularios 02 - aprenderaprogramar.com</title>
</head>
<body>
<h1 style="text-align: center;">Preferencias musicales</h1>
<form method="get" action="http://aprenderaprogramar.com/action.php">
<h3>Seleccione Generos</h3>
<input name="rock" type="checkbox"/>Rock
<br/><input name="pop" type="checkbox"/>Pop
<br/><input name="jazz" type="checkbox"/>Jazz
</form>
<form method="get" action="http://aprenderaprogramar.com/action.php">
<h3>Seleccione Edad</h3>
<input name="edad" type="radio" value="1217"/>12 - 17 años
<br/><input name="edad" type="radio" value="1835"/>18 - 35 años
<br/><input name="edad" type="radio" value="3665"/>36 - 65 años
</form>
<form method="get" action="http://aprenderaprogramar.com/action.php">
<h3>Seleccione sus Bandas Favoritas/Cantantes</h3>
(Mantener Presionado CTRL para seleccionar varias)
<br/><select multiple name="musica[]" style="height: 220px; width: 20%">
<optgroup label="Rock">
<option>AC/DC</option>
<option value="rhcp">Red Hot Chili Peppers</option>
<option>Nirvana</option>
</optgroup>
<optgroup label="Pop">
<option value="patd">Panic! at the Disco</option>
<option value="asaint">All Saints</option>
<option value="onerep">OneRepublic</option>
</optgroup>
<optgroup label="Jazz">
<option value="masch">María Schneider</option>
<option value="billfri">Bill Frisell</option>
<option value="jhnz">John Zorn</option>
</optgroup>
</select>
</form>
</body>
</html>
4
« en: 02 de Mayo 2016, 23:31 »
buenas pedro.
gracias por comentar, si es que aun no me acostumbro al "/>", necesito un poco mas de practica para ponerlo de forma mas natural.
5
« en: 02 de Mayo 2016, 06:31 »
Solución al ejercicio pedido a la clase CU00722B del tutorial básico de programación web HTML desde cero.
<!DOCTYPE html>
<html>
<head>
<title>Formulario</title>
<meta charset="utf-8">
</head>
<body>
<h1 style="text-align: center;">Solicitud de Alta como Usuario</h1>
<form method="get" action="http://aprenderaprogramar.com">
Ingrese Nombre: <input name="nombre" type="text"/><br/>
Ingrese Apellidos: <input name="apellido" type="text"/><br/>
Ingrese Correo: <input name="correo" type="text"/><br/>
Ingrese Contraseña: <input name="pass" type="password"/><br/>
Comentarios: <br/><textarea name="comentario" rows="3" cols="30"></textarea><br/>
<input type="submit" value="Enviar"/>
<input type="reset"/>
</form>
</body>
</html>
6
« en: 02 de Mayo 2016, 05:24 »
Solución al ejercicio pedido a la clase.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Formularios</title>
</head>
<body>
<h1 style="text-align: center;">Inscripción al Congreso de Medicina Santiago 2048</h1>
<h2>Inscripción al Congreso Para Médicos Especialistas</h2>
<form action="https://www.aprenderaprogramar.com" method="get">
<p>
<label for="nombreesp">Nombre: </label>
<input type="text" name="nombreesp" id="nombreesp"/>
<br/> <br/>
<label for="apellidoesp">Apellido: </label>
<input type="text" name="apellidoesp" id="apellidoesp"/>
<br/> <br/>
<label for="especialidad">Especialidad: </label>
<input type="text" name="especialidad" id="especialidad"/>
<br/> <br/>
<label for="anoesp">Año de Obtención de la Especialidad: </label>
<input type="text" name="anoesp" id="anoesp"/>
<br/> <br/>
<input type="submit" value="Enviar"/>
<input type="reset"/>
</p>
</form>
<br/> <br/>
<h2>Inscripción al Congreso Para Médicos Generalistas</h2>
<form action="https://www.aprenderaprogramar.com" method="get">
<p>
<label for="nombregen">Nombre: </label>
<input type="text" name="nombregen" id="nombregen"/>
<br/> <br/>
<label for="apellidogen">Apellido: </label>
<input type="text" name="apellidogen" id="apellidogen"/>
<br/> <br/>
<label for="centrom">Centro Médico Donde Ejerce: </label>
<input type="text" name="centrom" id="centrom"/>
<br/> <br/>
<label for="anogen">Año de Obtención del Título: </label>
<input type="text" name="anogen" id="anogen"/>
<br/> <br/>
<input type="submit" value="Enviar"/>
<input type="reset"/>
</p>
</form>
</body>
</html>
7
« en: 02 de Mayo 2016, 03:41 »
Solución al ejercicio pedido a la clase, ejercicio CU00719B del curso básico de programación web con HTML.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ejemplo del uso de tablas - aprenderaprogramar.com</title>
</head>
<body>
<table border="2px">
<caption>Empresa</caption>
<tr>
<th>Jefe Departamento</th>
<th>Jefe Seccion</th>
<th>Empleado</th>
<th>Edad Empleado</th>
</tr>
<tr>
<td rowspan="2" style="text-align: center;">Juan Alberto Chan</td>
<td style="text-align: center;">Martin Lopez</td>
<td style="text-align: center;">Maite Suarez</td>
<td style="text-align: center;">55</td>
</tr>
<tr>
<td style="text-align: center;">Luis Morales</td>
<td style="text-align: center;">Mateo Carralde</td>
<td style="text-align: center;">33</td>
</tr>
<tr>
<td style="text-align: center;">Diana Rodriguez</td>
<td style="text-align: center;">Carlos Hernandez</td>
<td style="text-align: center;">Alberto Fernandez</td>
<td style="text-align: center;">62</td>
</tr>
<tr>
<td colspan="2" style="text-align: center;">Luis Perez</td>
<td style="text-align: center;">Diego Gutierrez</td>
<td style="text-align: center;">44</td>
</tr>
</table>
</body>
</html>
Páginas: [1]
Sobre la educación, sólo puedo decir que es el tema más importante en el que nosotros, como pueblo, debemos involucrarnos.
Abraham Lincoln (1808-1865) Presidente estadounidense.
aprenderaprogramar.com: Desde 2006 comprometidos con la didáctica y divulgación de la programación