+ 1
How to add an icon-----Like bar, wifi, search icon!?
4 odpowiedzi
+ 8
Take a look at font awesome, w3schools has a nice intro and overview.
https://www.w3schools.com/icons/fontawesome_icons_intro.asp
+ 8
https://code.sololearn.com/WlWOnXZ18bSb/?ref=app
https://code.sololearn.com/W3jJq5E8Ezlu/?ref=app
https://code.sololearn.com/W3H86WDJg2gk/?ref=app
https://code.sololearn.com/Why7dmpOTz0L/?ref=app
+ 3
Assuming you want to add it on the tab,
<head>
<link rel="icon" type="image/jpg"(doctype here I used jpg you can change it) href="file location">
</head>
+ 3
thank u guys!