代码示例:(标识:eg_csse_class-clear)
<html>

<head>
<style type="text/css">
img
  {
  float:left;
  clear:both;
  }
</style>
</head>

<body>
<img src="/static/demo/images/eg_smile.gif" />
<img src="/static/demo/images/eg_smile.gif" />
</body>

</html>
运行结果: