I need Help with my Assignment on html

I start to write my website. but Anchor tag is not working when displayed on the browser: Captura de pantalla 2020-05-03 a las 20.22.35
Here is it

1 Like

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

1 Like

Thanks for Answer, I will tray what you just did.

1 Like

Still having the same issue :unamused:

1 Like

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 ?

1 Like

Just put this above your picture. Clicking on Visitanos will open up the linked page.

<a href="https://latienditalatina.ch/"><h3>Visitanos</h3></a>

1 Like

Mauro thanks for helping me :call_me_hand:

1 Like