web网页实现打电话,发短信,发邮件等:万能的a标签

a标签等href属性中等URL可以是浏览器支持等任何协议

不废话,直接上代码

<a href="tel:10086">打电话10086</a>
<a href="sms:10086">发送短信</a>
<a href="mailto:[email protected][email protected]">发送邮件</a>

在线演示链接,推荐用手机打开访问测试效果,如果你的电脑设备附带支持tel、sms协议的程序,一样可以看到效果

https://827652549.github.io/exercise/HTML/7.html

发布了122 篇原创文章 · 获赞 25 · 访问量 3万+

猜你喜欢

转载自blog.csdn.net/HuoYiHengYuan/article/details/104039642