<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> 浮动的小案例 </title>
<style type="text/css">
#div1{
width:400px;
height:400px;
border:1px solid red;
background-color:pink;
}
#div1 img{
width:100px;
float:right;
margin:0 5px 5px 0;
}
</style>
</head>
<body>
<div id="div1">
![](s1.jpg)丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 </img>
</div>
</body>
</html>
小结:
1.不浮动的时候字上面会有一片空白;