Hi guys... I haven't seen a lesson on how to add icons like social media icons to your webpage... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Hi guys... I haven't seen a lesson on how to add icons like social media icons to your webpage...

I really need help on this thanks.

30th Jul 2020, 3:20 PM
ROSE TOIYO JOHN
ROSE TOIYO JOHN - avatar
3 Answers
+ 3
You could use svg to draw icons and save them like image.svg on the cloud and then using them inside your img tag's src attribute to display them in your webpage
2nd Aug 2020, 5:45 AM
Bot
Bot - avatar
+ 2
Well i already went thru the w3schools lesson on icons before asking my question. buh i still don't get it
30th Jul 2020, 3:29 PM
ROSE TOIYO JOHN
ROSE TOIYO JOHN - avatar
+ 2
ROSE TOIYO JOHN use some libraries to use icons in html documents. There are plenty of libraries out there. Start with font-awesome library. Go do cdnjs.com. Search font-awesome. Copy the link. connect cdn to your html file. Use <i> tag with font-awesome classes. For better use read the documentation. Connect font-awesome to your html file. In same you connect css file with html file with link tag.
30th Jul 2020, 3:42 PM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar