Created
January 7, 2011 19:21
-
-
Save mariochavez/769958 to your computer and use it in GitHub Desktop.
Ejemplo de html
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
<div class="input string required field_with_errors"> | |
<span class="error">Por favor indique un título</span> | |
<label class="string required" for="job_title">Título <abbr title="requerido">*</abbr></label> | |
<input class="string required" id="job_title" maxlength="255" name="job[title]" size="50" type="text" value=""> | |
<div class="hint">"Desarrollador Sr." o "Administrador de sistemas"</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment