mail to and tel in html
<!DOCTYPE html>
<html>
<head>
<title>website</title>
</head>
<body>
<a href="mailto : [email protected] ">
[email protected]
</a>
<br>
<a href="tel : +96241258876 ">
tel
</a>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>website</title>
</head>
<body>
<a href="mailto : [email protected] ">
[email protected]
</a>
<br>
<a href="tel : +96241258876 ">
tel
</a>
</body>
</html>