Created
January 7, 2015 17:49
-
-
Save ricardosiri68/25d32475eaee7faa43fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form class="form" action="<?=$_SERVER['PHP_SELF']?>" method="post" enctype="text/plain"> | |
<label for="name" accesskey="n" tabindex="1">Nombre</label> | |
<input type="text" id="name" name="name" value="" /> | |
<label for="email" accesskey="e" tabindex="2">E-Mail</label> | |
<input type="text" id="email" name="email" value=""/> | |
<label for="website" accesskey="w" tabindex="3">Sitio Web</label> | |
<input type="text" id="website" name="website" value=""/> | |
<label for="mensaje" accesskey="m" tabindex="4">Mensaje</label> | |
<textarea name="mensaje" id="mensaje" rows="10" cols="10"></textarea> | |
<div style="clear:both"></div> | |
<button type="submit" class="btn">Enviar</button> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment