這里是我哪里寫錯了,沒有文字環繞效果
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<style>
*{margin: 0;
?padding: 0;
}
.demo01{width: 600px;}
.demo01.left{width:100px;float: left;}
.demo01.right{width: 500px;float: right;}
</style>
</head>
<body>
<div class="demo01">
<div class="left">
<img src="img/123.JPG"/>
</div>
<div class="right">
<h6>櫻桃小丸子</h6>
<p>櫻桃小丸子櫻桃小丸子櫻桃小丸子櫻桃小丸子櫻桃小丸子
櫻桃小丸子櫻桃小丸子櫻桃小丸子櫻桃小丸子</p>
<sap>10分鐘之前</sap>
</div>
</div>
</body>
</html>
2018-03-20
span標簽寫錯了
2018-01-13
這樣寫,right? left能讀到么?