Hello, I would like to make 2 of my images clickable: The one in my header (Kurium Header Logo) And the one in my footer (Kurium Footer Logo)
Here is my code:
HTML : https://bin.readthedocs.fr/ttilty.txt
CSS : https://bin.readthedocs.fr/ladvic.txt
If someone knows how I can do it please I'm interested
If you want to turn any
element
into ahyper link
you can wrap yourelement
orstring
in between thea
anchor tag element, inside the firsta
opening tag add anattribute
href
to theurl
you desire. Like soFor a more detailed explanation check out
https://www.w3schools.com/tags/att_href.asp