<!doctype html>
<html>
<head>
<title>氵贴秘籍</title>
<style type=“text/css”>
#water{
color: white;
background-color: blue;
border: 2px solid black;
position: absolute;
}
</style>
</head>
<body>
<div id=“water”>
<p>经验+3,告辞<img src=“huaji.png” /> </p>
</div>
<!—— huaji.png=

——>
</body>
</html>