HTML中a标签自动识别电话、邮箱

 

HTML中a标签自动识别电话、邮箱

联系电话:<a href="tel:010-88888888">010-88888888a><br>
联系邮箱:<a href="mailto:[email protected]">[email protected]a>
<br>
联系地址:北京市西城区xx大厦B座<br>

样式reset:

  a {
    text-decoration: none;
    color: inherit;
  }

 

转载于:https://www.cnblogs.com/ziChin/p/HTML.html

你可能感兴趣的:(HTML中a标签自动识别电话、邮箱)