1. HTML5 related meta and tags to be added to mobile websites
a.
<meta name=" viewport " content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
## The web page width defaults to the screen width (width=device-width),
The initial scaling ratio (initial-scale=1) is 1.0, that is, the initial size of the web page occupies 100% of the screen area.
## b.
<meta name="apple-mobile-web-app-capable" content="yes">
## c.
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
## d.
<meta name="format-detection" content="telephone=no">
<link rel="shortcut icon" href="http://p.www.xiaomi.com/favicon.ico" type="/image/x-icon">