Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d8108 commit 1b76f46Copy full SHA for 1b76f46
index.html
@@ -204,11 +204,22 @@ <h1 class="h1">Lists</h1>
204
<p>Error messages when appropriate.</p>
205
</div>
206
207
+ <div>
208
+ <label for="first-name">First Name</label>
209
+ <input type="text" id="first-name" class="form-text" />
210
+ </div>
211
+
212
213
+ <label for="last-name">Last Name</label>
214
+ <input type="text" id="last-name" class="form-text" />
215
216
217
<div>
218
<label for="email">Email</label>
219
<input type="email" id="email" class="form-text" />
220
221
222
223
224
<label for="gender">Dropdown</label>
225
<select>
0 commit comments