Skip to content

Instantly share code, notes, and snippets.

@fjaguero
Created December 12, 2012 22:43
Show Gist options
  • Save fjaguero/4272344 to your computer and use it in GitHub Desktop.
Save fjaguero/4272344 to your computer and use it in GitHub Desktop.
Form
<!doctype html>
<header> </header>
<body>
<span style="float:left;">
<label for="id1">label1:</label>
<input type="text" id="id1"/><br>
</span>
<span style="float:left">
<input type="text" id="id2"/><br>
</span>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment