欢迎来到藕码网
RSS订阅
|
加入收藏
热门关键词:
html
css
js
asp
php
jsp
.net
菜单导航
图片相册
焦点图
选项卡
首 页
HTML+CSS
JS特效
ASP源码
PHP源码
JSP源码
C#源码
知道中心
百度
谷歌
搜狗
加关注:
新浪微博
腾讯微博
当前位置:
首页
>
HTML+CSS
>
扩展区
> 源码
初始化的HTML+CSS模板
发布时间:2013-09-18 15:40 来源/作者:藕码网 分类:扩展区
TAG标签:
摘要:
初始化的HTML+CSS模板
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>HTML模板</title> <meta name="keywords" content="关键词" /> <meta name="description" content="关键词描述" /> <style type="text/css"> body, div,iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, table,th, td, input, button, select, textarea {margin:0; padding:0;font-style: normal;font:12px/22px "\5B8B\4F53",Arial, Helvetica, sans-serif;} ol, ul ,li{list-style: none;} img {border: 0; vertical-align:middle;} body{color:#000000;background:#FFF; text-align:center;} .clear{clear:both;height:1px;width:100%; overflow:hidden; margin-top:-1px;} a{color:#000000;text-decoration:none; } a:hover{color:#F00;} .red ,.red a{ color:#F00;} .blue ,.blue a{ color:#1E51A2;} .lf{float:left;} .rt{float:right;} .pt5{padding-top:5px;} .pb5{padding-bottom:5px;} #header ,#main ,#footer{ margin:0 auto; width:980px; overflow:hidden} #main_left{ float:left;} #main_right{ float:right;} </style> <script src="JS文件路径地址" type="text/javascript"></script> </head> <body> <a href="http://www.oucode.com/">欢迎您使用初始化的HTML+CSS模板!</a> <div class="clear"></div> </body> </html>
素材详情
用户评论
相关文章
初始化的HTML+CSS模板
最新评论
验证码:
暂无关联文章
菜单
/ Menu
基础知识
标签属性
CSS3
CSS Hack
CSS技巧
实例
扩展区
其他
热门下载
/ HOT
1
初始化的HTML+CSS模板
2
一个完整的导航条案例
3
CSS上标、下标
4
CSS透明属性之改变图片透明度
5
CSS层的半透明效果