Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <a href="http://dsky.pw">dsky的小屋</a>
<a href="http://dsky.pw" target="_blank">我是target="_blank"</a>
<a href="http://dsky.pw" target="_top">我是target="_top"</a>
</body>
</html>
 
a[target]
{
background-color:yellow;
}
a[target=_blank]
{
  background-color:red;
}
Output

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

Dismiss x
public
Bin info
dsky1990pro
0viewers