Answers for "how to add icon in input button"

0

how to add icon in input button

<button class="btn btn-warning" type="reset">
    <i class="fa fa-times"></i> Clear
</button>
Posted by: Guest on September-28-2021

Code answers related to "how to add icon in input button"

Browse Popular Code Answers by Language