- 1
How to add image mine is not applying why
2 Respostas
+ 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">