Types of tags in html_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:48:04
Original
1311 people have browsed it

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 address

Contact 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>
Copy after login
Contact the webmaster

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

10086


4. Send SMS

If you need to call the SMS interface, You can write the link in the following format:

Example:
<a href="tel:10086">10086</a>
Copy after login
1. Send a text message to a number

Send a text message to 10086< /a>
2. Send an edited text message to a number

Send a text message with the content "cxye" to 10086

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>]
Copy after login

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 is the search content and the name of your application
Example:

MyApp
<a href="sms:10086,10010?body=cxye">给 10086 和 10010 发送内容为"cxye"的短信</a>
Copy after login

6. Map GPS positioning

Map positioning GPS My location
Example:
My location


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template