I have jpg and png. I do not know what is the line to write to insert the image.
Thanks in advance.
CodePudding user response:
background-image: url(name od the image.jpg or png)
CodePudding user response:
You better learn HTML and CSS properly or you can also just google search it How to set website background image
.
StackOverflow is NOT for teaching you how to code, it's about solving your problems. Share your code if you have problems in/related your code, we'll try to help.