Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
base
href
="../try-it/"
>
<
style
>
body
{
background-image
:
url("wikitechy.png");
}
<
/style
>
<
/head
>
<
body
>
This is wikitechy logo!
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <base href="../try-it/"> <style> body { background-image: url("wikitechy.png"); } </style> </head> <body> This is wikitechy logo! </body> </html>
Result