+ 4
Icons
How do I insert icons Ina an Html code???
1 Odpowiedź
+ 5
If you mean by icons small images
You can use <img> tag and change it's dimensions so it become small
e.g:
<img src="imageName.png" width="10%">
If you meant something else
I'm sorry I didn't get it