+ 2
How to insert an image in html
I am a beginner at sololearn and I'm desparate to know how to insert an image into html even though I tried many times but I failed to learn it I have only this dilemma that do I have to use the local path of the photo that's needs to be inserted or do I have to use the file name to insert it into html...... plz help me with this question............................................
3 ответов
0
<img src="test.jpg" >
but you have to use image link to insert image in sololearn code playground, you can read the following threads for information.
https://www.sololearn.com/discuss/1054246/?ref=app
https://www.sololearn.com/discuss/946930/?ref=app
+ 2
its so easy bro just <img src="your image destination in form of url. jpg, gif">
https://code.sololearn.com/WKnDhlgYe0hh/?ref=app
+ 1
thankyou guys