I'm trying to do a search field with an icon using Awesome Font, I want it to look like this:
Butitlookslikethis:
What is the best way to put button
within input
?
HTML :
<form>
<input type="search" />
<button type="submit">
<i class="fa fa-search"></i>
</button>
</form>