0
I can't enter any photo inside the code plz help me if there is any problem in the code plz help
<!DOCTYPE html> <html> <head> <title> My first code </title> </head> <body>style="background: url(https://cdn-0.idownloadblog.com/wp-content/uploads/2018/08/iPhone-XS-marketing-wallpaper.jpg) no-repeat ;background-size:100%;" > <h1><span> MY FISRT CODE </span></h1> <p>hey my community brothers i'm <i>Utkarsh tripathi </i>sharing my fisrt code with al of u </p> </body> </html>
2 Answers
+ 3
*Edited
1) Inappropriate syntax
2) Local url isn't supported in sl..try uploading it in cloud.
<style>
body{
background: url("")
background-position: no-repeat ;
background-size:100%;
}
</style>