+ 9
What is the tag for inserting an image from a hyperlink
HTML
13 Answers
+ 5
This is what you have to do:-
<a href="url" >
<img src="path .png or. jpeg. jpg" />
</a>
+ 9
You can do this if you want to make image a hyperlink
<a href="url" >
<img src="path" />
</a>
+ 7
it is
<a href="the url ">
<img src="the address eg. https://........" alt/>
</a>
+ 6
<a href="url'>
<img drc="path"/>
</a>
+ 5
<a href="url''>
<img src="path">
<a/>
+ 3
<a href="url">
<img src="filpath">
</a>
+ 2
There are two methods
<a href="url" > </a>
Or
<img src="url" />
+ 1
<Image>
+ 1
<img src="name of picture.jpg">
+ 1
<img src="....jpg">
+ 1
<a href="link of page"><img src="image name"></a>
+ 1
Either <a href=""></a>
+ 1
html