Horje
html encrypt email from bots Code Example
html encrypt email from bots
.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}
html encrypt email from bots
<a rel="nofollow" href="#" class="cryptedmail"
   data-name="info"
   data-domain="example"
   data-tld="org"
   onclick="window.location.href = 'mailto:' + this.dataset.name + '@' + this.dataset.domain + '.' + this.dataset.tld; return false;"></a>




Html

Related
shortcut for html skeleton Code Example shortcut for html skeleton Code Example
flutter html to pdf Code Example flutter html to pdf Code Example
physical and logical tags in html Code Example physical and logical tags in html Code Example
el barka mouse Code Example el barka mouse Code Example
how to add user icon in html Code Example how to add user icon in html Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7