How to add image mine is not applying why | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How to add image mine is not applying why

14th Mar 2022, 1:55 AM
Burlem
Burlem - avatar
2 Answers
+ 1
Can you copy and paste your code into the code playground and then attach it here? If the code is like your tag "<img src="img_girl.jpg">", then the problem, most likely, is that you don't have the address correctly written. If you were using an image from another site, your code would look like <img src="www.example.com/img_girl.jpg">. If it's from your computer: <img src="C://examplefolder/img_girl.jpg">
14th Mar 2022, 3:40 AM
Ausgrindtube
Ausgrindtube - avatar