0
how ?
Fill in the blanks so that the website www.sololearn.com opens upon clicking the image: <a ="http:// www.sololearn.com "> <img src="1.jpg" alt="" / > < /a >
1 Answer
+ 10
<a href="http://www.sololearn.com">
<img src="1.jpg" alt=""/>
</a>
The "href" attribute contains the destination URL.