href value is not quoted
-
Best practice is to use quotes around an href value, e.g.
<a href="mailto:[email protected]">[email protected]</a>Also if you are obfuscating the email address itself it would make sense also to obfuscate the “mailto:” part.
The topic ‘href value is not quoted’ is closed to new replies.