Some head labels on the mobile terminal, move the head labels

Source: Internet
Author: User

Some head labels on the mobile terminal, move the head labels

1. meta tag http-equiv attribute syntax format:

  

<Meta http-equiv = "expires" content = "wed, 20 Jun 2007 22:33:00 GMT"/> <! -- Expires deadline, which can be used for the expiration time of the webpage. Once the webpage expires, it must be re-transmitted to the server -->

2. content-type (set the display character set) sets the character set used on the page

<meta http-equiv="content-type" content="text/html" charset="utf-8"/>

3. keywords)

<meta http-equiv="Keywords" content="keywords1,keywords2...."/>

4. description)

<meta http-equiv="description" content="this is my page"/>

5. format-detection format detection

1. Ignore recognizing numbers on the page as phone numbers

<meta http-equiv="format-detection" content="telephone=no"/>

2 tells the device that the email address is not recognized and will not be sent automatically after clicking it.

<meta http-equiv="format-detection" content="email=no"/>

6. viewport

<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />

Initial-scale: [0.0-1.0] defines the initial scaling ratio.

Minimum-scale: [0.0-1.0] defines the minimum scale-down.

Maximum-scale: [0.0-1.0] defines the maximum zoom-in ratio.

User-scalable: yes/no users allow manual page Scaling

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.