delete.



<!DOCTYPE html>
<html>
 
<head>
<meta content="en-us" http-equiv="Content-Language">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Untitled 1</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
p {
    font-size: 140px;
    text-align: right;
}
</style>
</head>
 
<body style="background-position: left bottom; background-image: url('background.bmp'); background-repeat: no-repeat; background-attachment: fixed;">
 
<p><a href="a.html">Hello World!</a></p>
 
</body>
 
</html>