I start to write my website. but Anchor tag is not working when displayed on the browser:
Here is it
I just copied your code and used a random picture instead of your “DSC_0079.jpg” and everything seems to be working. Make sure the location and the name of the file is correct. After that load your HTML document (I used google chrome) and click on the picture. Clicking on the picture should open up it up.
If you are confused what the anchor tag does check this website: https://www.w3schools.com/tags/tag_a.asp
Thanks for Answer, I will tray what you just did.
Still having the same issue
Why do you have “chref” instead of href? (That’s probably why its not working.)
I notice that, Thanks for let me realised.
What I want is to link a website just above mi picture, so how i do that ?
Just put this above your picture. Clicking on Visitanos will open up the linked page.
<a href="https://latienditalatina.ch/"><h3>Visitanos</h3></a>
Mauro thanks for helping me