html web page comment

Avatar
  • Answered
Hello Sir..
Sir can you tell me how I can add my email in the background of comment submit in my html web page....???
Sir my English is weak so please try to understand this..... .
Avatar
Arn
Hello Hasi1111, Thanks for the question! Adding your email publicly in a comment is usually not something we would suggest that you do because of spammers who continually look for email addresses in public forums. However, this kind of thing can be done with HTML code, if you still want to do it. Here's an example of the HTML required:
<a href="mailto:[email protected]">Jon Doe</a> This would create a hyperlink that would go directly to the email address. I hope this helps to answer your question, please let us know if you require any further assistance. Regards, Arnel C.