- 30
fill in the blanks so that the website www.sololearn.com opens upon clicking the image
16 Answers
+ 2
<a href ="http://www.sololearn.com">
<img src="1.jpg" alt=""/>
</a>
Just After alt=""/ make > to pass
+ 2
<a href="http://www.sololearn.com">
<img src="1.jpg" alt=""/>
</a>
0
what??/
0
<a href="http://www.sololearn.com">
<img src="1.jpg" alt=""/>
</a>
0
0
<a href="http://www.sololearn.com"><img src="1.jpg" alt=""/>< /a>
0
>
0
<html>
<body>
<p>This is a paragraph </
p
>
<p> This is <
/> a line break </p>
</body>
</html>
0
<html>
<body>
First paragraph
<p>Welcome to my webpage</p>
</body>
</html>
0
0
href www.sololearn.com > /a
- 1
<a href="http://www.sololearn.com">
<img src="1.jpg" alt=""/>
</a>
- 2
I want answer
- 2
Matt provided you a good answer
- 2
<a href ="http://www.sololearn.com">
<img src="1.jpg" alt=""/>
</a>
- 8
<a href="http://www.sololearn.com"><img src="/assets/images/img.jpg" alt=""/></a>
ofcourse your image file will need to be linked properly with your folders