The following meta tags are commonly used in development
1. Meta-usage of mobile WebApp:
<meta content= "Width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name= "viewport" >
2. Refresh the page
You can set the page to refresh after a certain period of time. Meta http-equiv= "Refresh" to specify that the browser will automatically refresh the page for a period of time. The following meta-tag specifies that the browser automatically refreshes every 5 seconds.
<meta http-equiv= "Refresh" content= "5″/>
3. redirect
We can use the Refresh Meta tag to redirect the page. The following example will be accessed in 5 seconds www.25xt.com
<meta http-equiv= "Refresh" content= "5;url= ' http://www.25xt.com '"/>
4. Control browser Cache
When we test the Web page locally, the new content is not updated in a timely fashion, possibly with a browser cache. At this point, we can resolve this by disabling the browser cache by using the META tag. The general code is as follows:
<meta http-equiv= "Cache-control" name= "No-store"/>
5, in mobile development, shielding numbers as a phone number code:
<meta content= "Telephone=no" name= "Format-detection"/>
Mobile development meta Set "fine"