Skip to content

Instantly share code, notes, and snippets.

@idan
Created July 20, 2010 10:12
Show Gist options
  • Save idan/482770 to your computer and use it in GitHub Desktop.
Save idan/482770 to your computer and use it in GitHub Desktop.
<style>
label {
display: block;
}
label strong.error {
color: red;
}
</style>
<label for="year">
Year
<strong class="error">Please enter a 4-digit year like '1984'.</strong>
</label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment