标准网页

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
    <link rel="stylesheet" href="css/index.css" type="text/css" media="all" />
    <style>
    div {
    color: blue;
      }
</style>
<link rel="shortcut icon" href="/2008/site/images/favicon.ico" type="image/x-icon" />
<script src="jquery/jquery-2.2.3.min.js"></script>
</head>
<body>
</body>
</html>
原文地址:https://www.cnblogs.com/thankyouGod/p/6366935.html