Add label for normal form in layout.html
This commit is contained in:
Родитель
2b8608a00a
Коммит
4c728b2018
|
@ -22,8 +22,8 @@
|
|||
<p><button id="btn">Add new input</button></p>
|
||||
|
||||
<form>
|
||||
<p><input type="text" name="username"></p>
|
||||
<p><input type="password" name="password"></p>
|
||||
<p><label>username: <input type="text" name="username"></label></p>
|
||||
<p><label>password: <input type="password" name="password"></label></p>
|
||||
<p><input type="submit"></p>
|
||||
</form>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче