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

Result