How to create html image??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to create html image???

Plesse give this solution

25th Sep 2020, 3:34 PM
RH Rony
RH Rony - avatar
5 Answers
+ 4
You can put image with the image tag as follows: <img src=" "> You can put the source of the image between the quotations. Hope this helps.
25th Sep 2020, 6:30 PM
$rija $aha [ Inactive For Some Days ]
$rija $aha [ Inactive For Some Days ] - avatar
+ 2
you can learn it from Sololearn html courses ,cobliber, w3 schools also and if you don't understand from here so, this ... <img src="link here" />
27th Sep 2020, 8:28 AM
KashishAggarwal
KashishAggarwal - avatar
+ 1
What you mean "how to create html image" , we didn't understand it please specify clearly. If you have problems with images linking then this will help you.(it may be wrong). HAPPY CODING!!!! https://www.sololearn.com/learn/HTML/1030/
25th Sep 2020, 4:12 PM
Giriraj Yalpalwar
Giriraj Yalpalwar - avatar
+ 1
Look on w3schools for more examples: https://www.w3schools.com/tags/tag_img.asp
25th Sep 2020, 4:17 PM
Josh Greig
Josh Greig - avatar
0
Here an example with all inclusive solution to make visible for other viewers here: https://code.sololearn.com/WSLZPpBIFgr7/?ref=app
25th Sep 2020, 7:11 PM
JaScript
JaScript - avatar