Protecting your email address via SVG instead of JS
Protecting your email address via SVG instead of JS
For a live demo of this accessible, no-javascript technique, see:
SVG-based Email Protection
Email addresses published on webpages usually need to be protected from email-harvesting spambots.
Conventionally, email protection techniques utilise a combination of HTML, CSS and JS - though each approach is subject to its own pros and cons.
In general, approaches involving JS tend to be more sophisticated than alternatives based on HTML and / or CSS...
Read more at rouninmedia.github.io