Answers for "how to place an a tag on an image html"

2

add html img tag

<img src="image.jpg" alt="image description" style="width:500px; height:600px;">
Posted by: Guest on October-31-2021
0

img tag html

<img src="/images/sunset.jpg" alt="Picture of a Ha Long Bay sunset">
Posted by: Guest on August-06-2021

Code answers related to "how to place an a tag on an image html"

Browse Popular Code Answers by Language