In HTML, the a tag is a link tag. However, there are many types of a tags. Here is a summary. Contact the webmaster
2. The tag helps you fill in the CC addressContact the webmaster 3. The tag will help you fill in the secret delivery address Contact the webmaster
4. Dark, copy<a href="http://www.baidu.com">百度</a>
5. Tags help you fill in the subject Speak directly if you have anything to say 6. Fill in the email content
Evaluation
7. More Send to the address
Contact the webmaster
Email link summary: mailto is followed by the recipient The person's address, after cc is the carbon copy address, after bcc is the blind carbon copy address, after subject is the subject of the email, and after body is the content of the email. If there are multiple parameters after Mailto, the first parameter must start with "? ", and everything that follows begins with "&". Complete example:
Send email .
3. Making phone calls
The most commonly used WEB page JS to implement one-touch dialing function
Use wtai protocol to make calls
If you need to call the SMS interface, You can write the link in the following format:
<a href="tel:10086">10086</a>
Send a text message to 10086< /a>
2. Send an edited text message to a number
3. Send text messages to multiple numbers
Note: Garbled characters may appear when sending text messages. This is related to the encoding format of the page. You need to change the encoding format of the page. is Unicode (UTF-8). Detailed description
sms:<phone_number>[,<phone-number>]*[?body=<message_body>]
5. Android Market
If you want a link to activate the function of the Android market, you can write the link as:
Android Market link
where
Example:
<a href="sms:10086,10010?body=cxye">给 10086 和 10010 发送内容为"cxye"的短信</a>
Map positioning GPS My location
Example:
My location