<!DOCTYPE html <html> <head> <title></title> </head> <body> <table> <tr> <td>Email</td> <td> <input type="email" value placeholder="ejemplo@dominio.com"> </td> </tr> </table> </body> </html>
Veamos la implementacion de este ejemplo:
<!DOCTYPE html <html> <head> <title></title> </head> <body> <table> <tr> <td>Email</td> <td> <input type="email" value placeholder="ejemplo@dominio.com"> </td> </tr> </table> </body> </html>
0 comentarios :
Publicar un comentario