This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h1>Fancy Form</h1> | |
| <form> | |
| <fieldset> | |
| <legend> Classic Inputs</legend> | |
| <p>First we'll start off with some classic textinput fields for single lines, passwords and multiline-text. These have been around for a long time and form a backbone for most webforms.</p> | |
| <p> | |
| <input type="text" id="textinput" /> | |
| <label for="textinput">Input (text)</label> | |
| </p> | |
| <p> |