标签为 html 的存档
实战DIV+CSS设计 for 常用CSS缩写语法总结
Author: 名洋7 3月 2010
使用缩写可以帮助减少你CSS文件的大小,更加容易阅读。css缩写的主要规则如下:
颜色
16进制的色彩值,如果每两位的值相同,可以缩写一半,例如:
#000000可以缩写为#000;#33669[……]
实战div+css入门设计for HTML4标签的默认样式列表
Author: 名洋7 3月 2010
HTML4标签的默认样式列表
html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre { display: block }
li { display: list-item }
head { display: none }
table { display: table }
tr { display: table-row }
thead { display: table-header-group }
tbody { display: table-row-group }
tfoot { display: table-footer-group }
col { display: table-column }
colgroup { display: table-column-group }
td, th { display: table-cell; }
caption { display: table-caption }
th { font-weight: bolder; text-align: center }
caption { text-align: center }
[……]
html代码实现直接跳转到另一个页面 >>
Author: 名洋4 3月 2010
有如下多种方法,你自己挑一个喜欢的: 1、 <meta http-equiv="refresh" content="秒; url=下一个页面"> 2[……]
MYSQL数据库 数据一键清空
Author: 名洋4 3月 2010
新建一个del.php文件 将本代码放置其中,修改数据库信息后保存 传至空间根目录 运行前缀.网站域名.后缀/del.php 我[……]
近期评论