Skip to content

Commit 1b76f46

Browse files
author
mrmrs
committed
Adds first name and last name fields.
1 parent 67d8108 commit 1b76f46

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,22 @@ <h1 class="h1">Lists</h1>
204204
<p>Error messages when appropriate.</p>
205205
</div>
206206

207+
<div>
208+
<label for="first-name">First Name</label>
209+
<input type="text" id="first-name" class="form-text" />
210+
</div>
211+
212+
<div>
213+
<label for="last-name">Last Name</label>
214+
<input type="text" id="last-name" class="form-text" />
215+
</div>
216+
207217
<div>
208218
<label for="email">Email</label>
209219
<input type="email" id="email" class="form-text" />
210220
</div>
211221

222+
212223
<div>
213224
<label for="gender">Dropdown</label>
214225
<select>

0 commit comments

Comments
 (0)