时间:2021-08-27 09:59:36

<!DOCTYPE html>

<html>

<head>

<meta charset="gb2312/">

<title>选择器的运用</title>

<style type="text/css">

</style>

</head>

<body>

<div>

<div id="divOne" style="border:1px solid;width:330px;height:220px;">

   

 <p id="p1" style="float:left;margin:10px">段落1</p>

    

 <p id="p2" style="float:left;margin:10px">段落2</p>

    

 <p id="p3" style="float:left;margin:10px">段落3</p>

  </div>

</div>

</body>

</html>