I wanna make a picture in my computer to a link that is used in HTML. Help me please!
Use anchor tag to wrap around your image.
example:
<a href="/your link url" target="">
<img src="./src/image.jpg" />
</a>
1 Like
I found PostImage helpful with making a link to use for my code. The only trick is that every few months you need to copy an updated link for the image into your code. Otherwise it’s a great option that’s free