+ 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.
4 Respostas
+ 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
+ 2
Well i already went thru the w3schools lesson on icons before asking my question. buh i still don't get it
+ 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.



