标签: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模板
原文地址:http://dingzhaoqiang.blog.51cto.com/5601059/1697004