Slash comes before the a
HTML always starts with a beginning and an ending. It kind of acts like containers where you set what is inside of the container.
An ending is always /containername
where < a href=""> the container is actually A the HREF is just a variable for that container. So /a is the end for that container.
A I believe originally stood for Anchor.
Used that correctly thanks to copy paste, just handwrote it in the reply and ofc failed ^^*
I got it! the problem was that I oput in tan empty line so that the picture is shown without using < img src=. If I combine <img src= and href I get what I wanted!