How do you put a icon into a footer of a website and make it a link when you click on it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do you put a icon into a footer of a website and make it a link when you click on it?

I'm trying to put my discord server link into my footer of my website but I dont know how. I use Html and css.

10th Aug 2017, 11:18 PM
Amethyst
Amethyst - avatar
1 Answer
+ 8
What's the problem exactly? If you want the code to do so, here you go HTML Code: <a href="LINK"> <img src="IMAGE_URL" alt="TEXT" /> </a> Just replace the words in uppercase as you want. Hope I Helped ⭐
10th Aug 2017, 11:29 PM
MIZO PRO (ハムザ)
MIZO PRO (ハムザ) - avatar