form
This commit is contained in:
parent
23ee3cf1ab
commit
4f550383f1
1 changed files with 55 additions and 0 deletions
|
@ -106,6 +106,61 @@
|
||||||
<figcaption>Caption for the figure.</figcaption>
|
<figcaption>Caption for the figure.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
<form action="/route" method="POST">
|
||||||
|
<!--
|
||||||
|
<button>
|
||||||
|
|
||||||
|
<fieldset>
|
||||||
|
<legend>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
|
<label>Label for checkbox
|
||||||
|
<input value="" name="cb" type="checkbox" placeholder="Checkbox">
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<label>Label for date
|
||||||
|
<input value="" name="dt" type="date" placeholder="Date">
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<label>Label for email
|
||||||
|
<input value="" name="em" type="email" placeholder="Email">
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<label>Label for file
|
||||||
|
<input value="" name="fl" type="file" placeholder="File">
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<label>Label for number
|
||||||
|
<input value="" name="nb" type="number" placeholder="Number">
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<label>Label for password
|
||||||
|
<input value="" name="pw" type="password" placeholder="Password">
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<label>Label for radio
|
||||||
|
<input value="" name="rd" type="radio" placeholder="Radio">
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<label>Label for submit
|
||||||
|
<input value="" name="sm" type="submit" placeholder="Submit">
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<label>Label for text
|
||||||
|
<input value="" name="tt" type="text" placeholder="Text">
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<select>
|
||||||
|
<option>
|
||||||
|
<option>
|
||||||
|
</select>
|
||||||
|
|
||||||
|
<textarea name="ta" maxlength="512">
|
||||||
|
Text
|
||||||
|
</textarea>
|
||||||
|
-->
|
||||||
|
</form>
|
||||||
|
|
||||||
<kbd>kbd</kbd>
|
<kbd>kbd</kbd>
|
||||||
|
|
||||||
<p><dfn>Def</dfn>Definition</p>
|
<p><dfn>Def</dfn>Definition</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue