mailto link with no decoration
//mailto is used to specify email address to send mail when link clicked
//style is an attribute to add inline style in your html element
//text-decoration none is used to remove underline from link
<a href="mailto:[email protected]" style="text-decoration:none;">contact chea</a>