48 Answers
New Answer48 Answers
New AnswerFor the body ( the screen): body { background-image: url("url here "); } For just a element its elememt { background-image: url("url here"); } To just color the background i think the command is background-color: red;
No open this link https://postimages.org/ and upload your image u can get link after upload .dont paste this link in your code u can get image link from here see this i uploaded one image and after uploading u will get https://www.sololearn.com/post/277146/?ref=app and copy url link
You cannot upload your gallery photo . You need image link . If u use notepad or any other editor where your file store copy one image and paste where your file is available and click on image and see properties of image u can get path of image and paste in html code with extension of your image . If u want to upload your gallery image use dropbox u can get image link and paste in your html code
Hiii, You can add background image using css. Example: body { background-image: url( url here); } and you can use background attribute For Example: <html> <body background="bgimage.jpg"> <h1>Hello world!</h1> </body> </html>
Upload your image here U can get small image link for html css etc https://postimages.org/ Open and upload copy. Url link
not work.... body { background-color:#ffe6e6; } h1{ font-style:italic ; } body{ background-image:url(<a href='https://postimages.org/' target='_blank'><img src='https://i.postimg.cc/pVJtZrkq/giphy.gif' border='0' alt='giphy'/></a>) }
SoloLearn Inc.
4 Embarcadero Center, Suite 1455Send us a message