HTML memo
A label utility
Wake up dialing function
<a href="tel: 123">123</a>
Call out to send mail
<a href="mailto: [email protected] "> send mail</a>
Wakes up the default mailbox
Call out to send SMS
< a href = "SMS: 189" > send SMS</a>
Tell the crawler that the page does not need to be tracked
<a href="https://baidu.com" rel="nofollow">
The a tab of the whole page opens in the new tab
<head>
<base target="_blank">
</head>