+ 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
2 ответов
+ 5
<body>
<img src="имя иссылка на изображение.разрешение" alt="picture">
</body>
0
For background? Or in tag img? For background IDKNOW
See my example:
https://code.sololearn.com/W0YYbYE1b35P/?ref=app