(This is how mine look like)
Can anyone help me put the placeholder icon with the code. Thank you
<form action="#" method="post">
<label>
Coin:
<imput type="text" name="coinName" placeholder="Coin" />
</label>
<label>
Amount:
<imput type="number" min="0" name="coinQuantity" placeholder="Amount" />
</label>
</form>