Untag
Share
Lost your password? Please enter your username and email address. You will receive a link to create a new password via email.
can i add icon in button inside it not work i use
<button><i class="bi bi-star"></i> Star</button>
Answers ( 1 )
if you want add icon in button then first add icon library like font awesome then simplay use i class.
i see you are using bootstrap icon library so add bootstrap icon cdn in your project and then use like this:-
you get output star in button