<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<style type="text/css">
body{margin:0;padding:0;}
.demo03{
width:558px;
margin-top:20px;
padding:20px;
background:blue;
border:1px #ccc solid;
margin-left:100px;
position:relative;
}
.demo03 img{
float:left;
margin:-20px 0 0 -120px;
}
.demo03 p{
font-size:12px;line-height:25px;
}
.demo03 span{
position:absolute;
margin-right:20px;
margin-top:10px;
}
</style>
</head>
<body>
<div class="demo03">
<img src="http://img1.sycdn.imooc.com//5385acb000013b0d00950095.jpg" />
<h1>提示</h1>
<p>温馨提示:完成任务后,请验证是否与实践描述效果一致,如一致,恭喜您,你已经掌握此技能,否则,请重复学习此节内容。</p>
<span>一个小时以前</span>
</div>
</body>
</html>