Está en la página 1de 3

CONALEP I

TECNICO BACHILLER EN INFORMATICA

DISEÑO Y ELABORACION DE PAGINAS WEB

MARIA DEL ROCIO JIMENEZ VAZQUEZ

♥♥ PRACTICA #4♥♥

P.S.P. JUAN GABRIEL RAMIREZ

FECHA DE REALIZACION:

16 / MARZO / 2011

GRUPO: MATRICULA:

6101-I 080260382-9
CODIGO

<html>

<head><title>practica 4 </title></head>

<body>

<h1 aling="left">Ejemplo del uso de los formularios</h1>

<table border="8" align="center">

<form method="post", action ="mailto:chicabuena_01@hotmail.com">

<tr>

<td>

<h2 align="center">Pedido de pizza</h2>

<center>

<br>Nombre: <input type="text", name="txtbx1", size="20">

<br>Dirección: <input type="text", name="txtbx2", size="20">

</center>

<table align="center">

<th>Ingredientes</th><th>Tamaño</th><th>Forma de pago</th>

<tr><td><input type="checkbox",name="q", value="queso">Queso

<td><input type="radio" name="pe" value="">Pequeña

<td><select name="forma"><option
selectd>contado<option>visa<option>cheque</select>

<tr><td><input type="checkbox" name="p" value="">Pimienta

<td><input type="radio" name="me" value="">Mediana<br>

<tr><td><input type="checkbox" name="c" value="">Cebolla

<td><input type="radio" name="gr" value="">Grande</tr>

</table>
<b>Instrucciones especiales</b><br>

<textarea name="Instrucciones especiales" rows="4" cols="40">

</textarea>

<br>

<center>

<input type=submit value="aceptar">

<input type=submit value="cancelar">

</center>

</table>

</form>

</body>

</html>

DISEÑO

También podría gustarte