e-mail address obfuscation
HTML
<p>This is how you hide your e-mail address from SPAM-Bots: <span class="email"></span></p>
CSS
.email:after {
content: "[email protected]";
-moz-user-select: text;
-webkit-user-select: text;
user-select: text;
}