View HTML markup
<form method="POST" novalidate action="?/">
<div>
<label for="url" id="url">URL
</label>
<span id="url-hint">
Use the format https://example.org
</span>
<input dir="auto" value="" autocapitalize="off" autocorrect="off" spellcheck="false" id="url" type="url">
</div>
<button type="button">
Submit
</button>
</form>