Skip to content

Instantly share code, notes, and snippets.

@jpcody
Created June 17, 2011 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpcody/1031979 to your computer and use it in GitHub Desktop.
Save jpcody/1031979 to your computer and use it in GitHub Desktop.
## Semantic
<div class="childhood-story">
<label for="story-of-youth">A Story From Your Childhood</label>
<textarea name="story-of-youth" id="story-of-youth" cols="30" rows="10"></textarea>
</div>
<style>
div.childhood-story label {
vertical-align: top;
}
</style>
## Object-oriented
<div class="top-align">
<label for="story-of-youth">A Story From Your Childhood</label>
<textarea name="story-of-youth" id="story-of-youth" cols="30" rows="10"></textarea>
</div>
<style>
div.top-align {
vertical-align: top;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment