Editar o código:
ver o resultado »
Tente você mesmo - ©
w3ii.com
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
style
>
body
{
background-image
:
url("bgdesert.jpg")
;
}
<
/style
>
<
/head
>
<
body
>
<
h1
>
Hello World!
<
/h1
>
<
p
>
This text is not easy to read on this background image.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <style> body { background-image: url("bgdesert.jpg"); } </style> </head> <body> <h1>Hello World!</h1> <p>This text is not easy to read on this background image.</p> </body> </html>