码迷,mamicode.com
首页 > Web开发 > 详细

基础html页面结构

时间:2017-11-01 16:27:38      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:device   rds   code   java   minimum   ble   common   viewport   port   

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=Edge">
    <meta name="keywords" content="关键字" />
    <meta name="description" content="网站描述" />
    <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
    <title></title>
    <!-- 预解析技术 -->
    <link rel="dns-prefetch" href="">
    <link rel="icon" href="/img/favicon.jpg">
    <link rel="apple-touch-icon" href="/img/favicon.jpg">
    <link rel="stylesheet" type="text/css" href="css/common/bootstrap.css" />
    <link rel="stylesheet" type="text/css" href="css/common/reset.css" />
</head>
<body>
<script type="text/javascript" src="js/common/jquery.min.js"></script>
</body>
</html>

 

基础html页面结构

标签:device   rds   code   java   minimum   ble   common   viewport   port   

原文地址:http://www.cnblogs.com/hanxuming/p/7766900.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!