Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
base
href
="../try-it/"
>
<
style
>
body
{
background-image
:
url("wikitechy.png")
;
background-repeat
:
no-repeat
;
background-position
:
right top
;
}
<
/style
>
<
/head
>
<
body
>
Welcome to Wikitechy!
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <base href="../try-it/"> <style> body { background-image: url("wikitechy.png"); background-repeat: no-repeat; background-position: right top; } </style> </head> <body> Welcome to Wikitechy! </body> </html>
Result