Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html><html><head><meta charset="utf-8"><title>Dismiss</title><style type="text/css">div {text-align: center;} p {padding: 10px; background: #0bb; color: white; cursor: pointer; transition: all .25s;} p:hover {background: #0cc;}</style></head><body><div>
  
  <p onClick="dismiss(this)">"About fox and dog"</p>
  <em>- Click on the text above to dismiss it -</em>
</div></body></html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers