HTML IMAGES | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

HTML IMAGES

I have tried several HTML codes for placing images for the website background. I could not get any to show up. What is the current way to put images on your website

13th Nov 2019, 4:26 AM
Aiman Khan
Aiman Khan - avatar
2 Answers
+ 5
<body> <img src="имя иссылка на изображение.разрешение" alt="picture"> </body>
13th Nov 2019, 4:41 PM
Lymarev David
Lymarev David - avatar
0
For background? Or in tag img? For background IDKNOW See my example: https://code.sololearn.com/W0YYbYE1b35P/?ref=app
13th Nov 2019, 5:36 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar