jueves, 18 de abril de 2013

HTML


<html>
<head>
<title>Creando el index</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
</head>
<body>

<h1>Ejemplo UNO</h1>
<h2>Codigo html</h2>

<table>
 <tr>
   <td><input id="Button1" type="button" value="HOME" cursor="pointer"/></td> 
   <td><input id="Button2" type="button" value="REGISTRO"/></td>
 </tr>
 <tr>
   <td><img src="../imagenes/imagen1.jpg" width="250" height="200" alt=""/></td>
 </tr>
</table>
<table>
 <tr>
   <td><p>Correo</p></td> <td><input id="user" type="text"/></td>
 </tr>
 <tr>
   <td><p>Contrasena</p></td> <td><input id="pass" type="password"/></td>
 </tr> 
 <tr> 
   <td><input id="Button3" type="button" value="Ingresar"/> <td><a href="#">No puedes ingresar</a></td>
 </tr> 
</table>
</body>
</html>

jueves, 4 de abril de 2013

Hola a todos aquí le dejo mi blog en el cual estaré compartiendo sobre las nuevas tecnologías y también mis procesos en programación...