<!DOCTYPE html>
<html>
<head>
<style>
body {
background-image: url("https://img.icons8.com/dusk/256/000000/christmas-tree.png");
background-repeat: no-repeat;
background-position: right top;
margin-right: 200px;
}
</style>
</head>
<body>
<h1>welcome code family</h1>
<p>welcome code family code family </p>
<p><strong>code</strong> family</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<style>
body {
background:red;
}
</style>
</head>
<body>
<h1>welcome code family</h1>
<p>welcome code family code family </p>
<p><strong>code</strong> family</p>
</body>
</html>