Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<style>
  #bpe::before { content: 'Before pseudo-element.'; }
  [data-nocopy]::before { content: attr(data-nocopy); }
</style>
Normal text 1.<br>
<span id="bpe"></span><br>
Normal text 2.<br>
<span data-nocopy="Before pseudo-element generated by attr."></span><br>
Normal text 3.
Output

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

Dismiss x
public
Bin info
johnmellorpro
0viewers