<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>postion案例</title>
<style type="text/css">
font{
position:absolute;
color:red;
top:200px;
left:300px;
}
</style>
</head>
<body>
<img src="1.jpg" height="400" width="500"/>
<font >飞骄傲噶破韩国</font>
</body>
</html>