Skip to content

Instantly share code, notes, and snippets.

@mariochavez
Created January 7, 2011 19:21
Show Gist options
  • Save mariochavez/769958 to your computer and use it in GitHub Desktop.
Save mariochavez/769958 to your computer and use it in GitHub Desktop.
Ejemplo de html
<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