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. :)
3 ответов
+ 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">
+ 5
In above your code the images are shown
0
Bilal Ahmed I have tried and it doesn't work