<! Declare the character encoding used in the document: -->
    <meta charset='utf-8'>
    <! -- Prefer the latest version of IE and Chrome: -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    <! -->
    <meta name="description" content="No more than 150 characters" />
    <! -- Page keywords: -->
    <meta name="keywords" content="" />
    <! -- Page author: -->
    <meta name="author" content="name, [email protected]" />
    <! -- Search engine crawl: -->
    <meta name="robots" content="index,follow" />
    <! -- Add viewPort for mobile devices -->
    <meta name="viewport" content="Initial - scale = 1.0, the maximum - scale = 1, the user - scalable = no">
    <! -- Enable webKit in 360 browser: -->
    <meta name="renderer" content="webkit">
    <! Avoid compatibility mode in IE: -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <! -- Optimized for handheld devices, mainly for older browsers that don't recognize viewports, such as blackberry: -->
    <meta name="HandheldFriendly" content="true">
    <! -- Microsoft's old browser: -->
    <meta name="MobileOptimized" content="320">
    <! -- UC forced portrait: -->
    <meta name="screen-orientation" content="portrait">
    <! UC Application Mode -->
    <meta name="browsermode" content="application">
    <! -- UC forces full screen: -->
    <meta name="full-screen" content="yes">
    <! -- QQ forced portrait: -->
    <meta name="x5-orientation" content="portrait">
    <! -- QQ mandatory full screen -->
    <meta name="x5-fullscreen" content="true">
    <! -- Windows Phone Click No Highlights -->
    <meta name="msapplication-tap-highlight" content="no">
    <! -- Title added to the home screen for iOS devices (new in iOS 6) : -->
    <meta name="apple-mobile-web-app-title" content="Title">
    <! -- Whether to enable WebApp full-screen mode and delete apple's default toolbar and menu bar: -->
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <! Smart App Banner (iOS 6+ Safari) : -->
    <meta name="apple-itunes-app" content="app-id=myAppStoreID, affiliate-data=myAffiliateData, app-argument=myURL">
    <! -- Set apple toolbar color: -->
    <meta name="apple-mobile-web-app-status-bar-style" content="black" />
    <! -- Ignore the number in the page as phone, ignore the email: -->
    <meta name="format-detection" content="telphone=no, email=no" />
Copy the code