+ 1
how to input image as background in HTML
I cant do it in this app
4 Antworten
+ 1
it still cant
+ 1
Try to use this
remember to put single quates around the background...
https://code.sololearn.com/WmOHg4g4V3v5/?ref=app
0
Yes you can do it in this app also...
just use the following
<body style= 'background-image: url("locationOfYourImage")'>
....</body>
0
thak you my friend