Created
March 12, 2017 08:43
-
-
Save Dosant/1487e3f5e4530227d4a9f24b57dc5826 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table> | |
<tr> | |
<td> | |
<label for="agree">Согласен с правилами</label> | |
</td> | |
<td> | |
<input id="agree" type="checkbox"> | |
</td> | |
</tr> | |
<tr> | |
<td> | |
<label for="not-a-robot">Я не робот</label> | |
</td> | |
<td> | |
<input id="not-a-robot" type="checkbox"> | |
</td> | |
</tr> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment