Skip to content
Snippets Groups Projects
Commit 868edeab authored by Planoetscher Daniel (Student Com20)'s avatar Planoetscher Daniel (Student Com20)
Browse files

label now linked to input

parent 8fb57a56
No related branches found
No related tags found
No related merge requests found
......@@ -103,17 +103,17 @@
<td>
<label for="firstname">Firstname</label> <br>
<input type="text" name="firstname">
<input type="text" name="firstname" id="firstname">
</td>
<td>
<label for="lastname">Lastname</label> <br>
<input type="text" name="lastname">
<input type="text" name="lastname" id="lastname">
</td>
</tr>
<tr>
<td colspan="2">
<label for="subject">Subject</label> <br>
<input type="text" name="subject">
<input type="text" name="subject" id="subject">
</td>
</tr>
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment