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

HTML模板

时间:2015-09-22 14:46:11      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:html模板

<!doctype html>

<html>

<head>

<!--声明当前页面的编码集:charset=gbk,gb2312(中文编码),utf-8国际编码-->

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<!--当前页面的三要素-->

<title>html模板</title>

<meta name="Keywords" content="关键词,关键词">

<meta name="description" content="">

<link rel="shortcut icon" href="images/pifu2.jpg">

<!--css,js-->

<style type="text/css">

*{margin:0;padding:0;}

img{border:0;}

body{font-size:12px;

                font-family:"微软雅黑";

                color:#666;

                background:url("images/pifu2.jpg") no-repeat;}

</style>

</head>

<body>

<script type="text/javascript" src="js/jquery.min.js"></script>

<script type="text/javascript">

</script>


</body>

</html>


本文出自 “wennuanyiran” 博客,请务必保留此出处http://dingzhaoqiang.blog.51cto.com/5601059/1697004

HTML模板

标签:html模板

原文地址:http://dingzhaoqiang.blog.51cto.com/5601059/1697004

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