How to write HTML head in mobile device web development

How to write HTML head in mobile device web development

Copy code
The code is as follows:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<meta name="MobileOptimized" content="320">
<link rel="stylesheet" href="../css/bootstrap.min.css">
<!-- <link type="text/css" rel="stylesheet" href="../css/masterControl.css">-->
<script src="../js/jquery-2.1.0.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
<script type="text/javascript" src="../js/pushMsg.js" charset="utf-8"></script>
<!--<link rel="shortcut icon" type="image/x-icon" href="img/xian.png" />-->
<title>Receive push messages</title>
<style>
html
{
font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/
}
</style>
</head>

<<:  Pure CSS drop-down menu

>>:  A brief discussion on the invalidation or implicit conversion of MySQL integer and string indexes

Recommend

JavaScript to achieve skin effect (change background)

This article shares the specific code of JavaScri...

Mysql5.6.36 script compilation, installation and initialization tutorial

Overview This article is a script for automatical...

Ubuntu 16.04 64-bit compatible with 32-bit programs in three steps

Step 1: Confirm the architecture of your system d...

Four ways to compare JavaScript objects

Table of contents Preface Reference Comparison Ma...

Summary of how to modify the root password in MySQL 5.7 and MySQL 8.0

MySQL 5.7 version: Method 1: Use the SET PASSWORD...

Detailed explanation of Javascript Echarts air quality map effect

We need to first combine the air quality data wit...

Detailed explanation of MySQL database binlog cleanup command

Overview Today I will mainly share how to correct...

Docker-compose installation yml file configuration method

Table of contents 1. Offline installation 2. Onli...

CSS implements a pop-up window effect with a mask layer that can be closed

Pop-up windows are often used in actual developme...

How to handle the tcp_mark_head_lost error reported by the Linux system

Problem Description Recently, a host reported the...

Solution for Docker container not recognizing fonts such as Songti

Problem background: When using docker to deploy t...

MySQL Full-text Indexing Guide

Full-text indexing requires special query syntax....

MySQL InnoDB monitoring (system layer, database layer)

MySQL InnoDB monitoring (system layer, database l...