Structures

Form

<form action="">
    <div>
        <label for="textInput">Text input</label>
        <input type="text" id="textInput"> </div>
    <button class="button">Submit</button>
</form>