forms #
#
<form>
<fieldset>
<legend>
a <Mdn_Link path="Web/HTML/Element/legend" />
</legend>
<label>
<div class="title">
username
</div>
<input
bind:value={username}
placeholder=">"
/>
</label>
...
</fieldset>
...
</form>
form
with range input #
form
with range inputform
with checkboxes #
form
with checkboxesform
with radio inputs #
form
with radio inputs