Nombre: Juan Carlos Mesa
Matricula: A00110607
Profesor: Delby Acosta Taveras
Materia: Diseño web
NRC:1764
I-Elaborar el Siguiente formulario como lo indica en la imagen:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es" xml:lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Información sobre el producto</title>
</head>
<body>
<h3>Información sobre el Usuario</h3>
<form action="/php/insertar_subasta.php" method="post"
enctype="multipart/form-data">
<fieldset>
<legend>Datos básicos</legend>
<label for="nombre">Nombre</label>
<input type="text" name="nombre" id="nombre" size="50" maxlength="250" />
<br/>
<label for="nombre">Apellidos</label>
<input type="text" name="nombre" id="nombre" size="50" maxlength="250" />
<br/>
<label for="nombre">Correo Electrónico @</label>
<input type="text" name="nombre" id="nombre" size="50" maxlength="250" />
<br/>
<label for="nombre">Población</label>
<input type="text" name="nombre" id="nombre" size="50" maxlength="250" />
<br/>
<label for="nombre">Provincia</label>
<input type="text" name="nombre" id="nombre" size="50" maxlength="250"
/><br/>
<br/><br/>
<label>Edad:</label> <br/>
<input type="radio" name="promocion" value="ninguno" checked="checked" /> 0-
20 años <br/>
<input type="radio" name="promocion" value="portes" /> 20-40 años <br/>
<input type="radio" name="promocion" value="descuento" /> 40-60 años <br/>
<input type="radio" name="promocion" value="descuento" /> 60-100 años <br/>
<fieldset>
<P align ="right">
<label>¿Cómo nos conociste?</label> <br/>
<input type="radio" name="promocion" value="ninguno" checked="checked" /> A
través de un amigo <br/>
<input type="radio" name="promocion" value="portes" /> Buscando por el
navegador <br/>
<input type="radio" name="promocion" value="descuento" /> a través de un
buscador <br/>
<input type="radio" name="promocion" value="descuento" /> Otros... <br/>
</fieldset>
<label for="descripcion">Opinión sobre nuestra página web</label> <br/>
<textarea name="descripcion" id="descripcion" cols="40" rows="5"></textarea>
<br/><br/>
<label for="descripcion">Tiene alguna sugerencia...</label> <br/>
<textarea name="descripcion" id="descripcion" cols="40" rows="5"></textarea>
<br/><br/>
<label for="impuestos">¿Cúanto navegas por internet?</label>
<select id="impuestos" name="impuestos">
<option value="4">2 horas al dia</option>
<option value="7">4 horas al dia</option>
<option value="16">comes, desayunas y cenas en la red</option>
<option value="25">+16 horas</option>
</select>
<input type="submit" name="Enviar Formulario" value="Enviar Formulario" />
<input type="submit" name="Eliminar Formulario" value="Eliminar Formulario"
/>
</form>
</body>
</html