0% found this document useful (0 votes)
23 views2 pages

HTML

Uploaded by

john huarcaya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views2 pages

HTML

Uploaded by

john huarcaya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

con etiquetas

<html>
<head><title> registro </title></head>
<body style="background-color:#FFA626;">
<TABLE border="3" bordercolor="black" align="center">

<tr><center><b><h1> FORMULARIO COMPLETO <b><h1></center>

<td <font color="black"><center><b><h3> texto : <b><h3></center> </font></td>


<td> <input type="text" placeholder="usuario" name="txtusuario" /> </td>
<td <font color="black"><center><b><h3> password : <b><h3></center> </font></td>
<td> <input type="text" placeholder="*******" name="txtpassword" /> </td>
</tr>

<tr>
<td><center><b><h3> comentario : <b><h3></center></td>
<td colspan="3"><TEXTAREA name="comentario" cols="70" rows="7"> </TEXTAREA></td>
<td> </td>
</tr>

<tr>
<td> <center>
option1 <input type="checkbox" name="aficions" value="option1"> <br>
option2 <input type="checkbox" name="aficions" value="option2"> <br>
option3 <input type="checkbox" name="aficions" value="option3"> <br>
</center>
</td>

<td> <center>
RADIO 1 <input type="radio" name="accion" value="RADIO 1"> <br>
RADIO 2 <input type="radio" name="accion" value="RADIO 2"> <br>
</center>
</td>

<td><b><h3><center>seleccion: </center><b><h3><select name="option">


<option value="1" selected> option1</option>
<option value="2">option2 </option>
<option value="3">option3 </option>
</select> </td>

<td><center><b><h3>seleccion:<b><h3></center>
<center>
<select name="OS" size=5>
<option selected value="0"> cualquier cosa </option>
<optgroup label="Microsoft">
<option value="1">Windows Vista</option>
<option value="2">Windows 7</option>
<option value="3">Windows XP</option>
</optgroup>
<optgroup label="Linux">
<option value="10">Fedora</option>
<option value="11">Debian</option>
<option value="12">Suse</option>
</optgroup>
</select></center>
</td>
</tr>

</TABLE>
<br>
<center>
<input type="submit" value="boton">
<input type="submit" value="limpiar">
<input type="submit" value="enviar">
</center>

</body>
</html>

You might also like