Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joshfitzgerald/5946221 to your computer and use it in GitHub Desktop.
Save joshfitzgerald/5946221 to your computer and use it in GitHub Desktop.
<table class="form-table">
<tbody>
<tr valign="top">
<th scope="row">
<label>Option 1</label>
</th>
<td>
INPUT 1
</td>
</tr>
<tr valign="top">
<th scope="row">
<label>Option 2</label>
</th>
<td>
INPUT 2
</td>
</tr>
<tr valign="top">
<th scope="row">
<label>Option 3</label>
</th>
<td>
INPUT 3
</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment