Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>dsky</title>
</head>
<body>
<p>body的p元素</p>
  <div>
    <span>span元素</span>
    <ul>
      <li>li元素</li>
    </ul>
    <p>div的p元素</p>
  </div>
</body>
</html>
 
p{background:#ddd;}
div:not(p){background:#666;}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
dsky1990pro
0viewers