View HTML markup
<form method="POST" novalidate action="?/">
<div>
<label for="text" id="text">Text
</label>
<span id="text-hint">
Just some friendly text
</span>
<input dir="auto" value="" autocapitalize="off" autocomplete="off" autocorrect="off" spellcheck="false" id="text" type="text">
</div>
<button type="button">
Submit
</button>
</form>