MIP-HTML
MIP-HTML 根据 HTML 基本标准开展了拓展。
下边是一段简易的 MIP-HTML 编码实例:
123456789101112131415161718192021222324<!DOCTYPE html><html mip>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<link rel="stylesheet" type="text/css" href="https://c.mipcdn.com/static/v2/mip.css">
<link rel="canonical" href="https://www.example.com/your/path.html">
<!-- noscript 标识是为了更好地在不兼容 script 的自然环境下迅速的呈现 MIP 网页页面,强烈推荐应用 -->
<noscript>
<style mip-officialrelease>
body { -webkit-animation: none; -moz-animation: none; -ms-animation: none; animation: none;
} </style>
</noscript>
</head>
<body>
<h1>Hello World!</h1>
<script src="https://c.mipcdn.com/static/v2/mip.js"></script>
</body></html>
MIP-HTML 标准中有两大类标识,一类是 HTML 基本标识,另一类是 MIP 标识。MIP 标识也称之为 MIP-HTML 部件,应用他们来取代 HTML 基本标识能够大幅度提高网页页面特性。
比如:<mip-img>标识,它促使照片只在必须时才开展载入,降低了网页页面3D渲染時间,节约了客户的总流量。
阅读文章文中的人还阅读文章了:
MIP是啥?如何完成MIP?
MIP-Cache是啥?MIP-Cache详细说明
MIP-JS是啥?MIP-JS详细说明
标签内容: 12131 2223 6789 1617 1819 1011