I was trying to set the image in the background using the following code but the output comes out to be blank . please help!
<html>
<head>
<title>Hotel Registration form</title>
<style type="text/css">
body{
background-image: url(file:///C:/Users/user/Desktop/WE/Pics/prac6/resort.jpg);
background-repeat: no-repeat;
}
</style>
</head>
<body>
</body>
</html>