View HTML markup
<form method="POST" novalidate action="?/">
<div>
<label for="name" id="name">Name
</label>
<span id="name-hint">
How we should refer to you
</span>
<input dir="auto" value="" autocapitalize="off" autocomplete="nickname" autocorrect="off" spellcheck="false" id="name" type="text">
</div>
<button type="button">
Submit
</button>
</form>