Does anyone know how I can add one background img under the other. Have a look at my Code and see where I went wrong. :) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Does anyone know how I can add one background img under the other. Have a look at my Code and see where I went wrong. :)

https://code.sololearn.com/WE652sVxnqfc/?ref=app

22nd Apr 2019, 9:48 PM
Deluar Hossain
Deluar Hossain - avatar
3 Answers
+ 6
By using <img> tag The <img> tag defines an image in an HTML page Example: <img src="smiley.gif" alt="Smiley face" height="42" width="42">
22nd Apr 2019, 10:48 PM
Bilal Ahmed
Bilal Ahmed - avatar
+ 5
In above your code the images are shown
22nd Apr 2019, 10:50 PM
Bilal Ahmed
Bilal Ahmed - avatar
0
Bilal Ahmed I have tried and it doesn't work
22nd Apr 2019, 10:49 PM
Deluar Hossain
Deluar Hossain - avatar