View HTML markup
<search>
<form method="GET" novalidate action="?/">
<div role="group">
<div>
<label for="q" id="q">Search
</label>
<input dir="auto" value="" autocapitalize="off" autocomplete="off" autocorrect="off" spellcheck="false" id="q" enterkeyhint="search" type="text">
</div>
<button type="button"><svg class="icon">
<use href="/img/icons.svg#search"></use>
</svg>
<span>
Search
</span>
</button>
</div>
</form>
</search>