浏览器兼容
leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"去除页面边框
list-style-type:none;去除li点
"color:red;text-decoration:none;超链接颜色下划线
html,body{
height:100%;overflow:hidden;
}设置高度100%必不可少的
background-repeat:round;图片全屏平铺
textarea 输入框
onmouseover ="changebackground1(this.id)" /*设置经过点击离开点击后的背景颜色*/
onmouseout ="changebackground2(this.id)"
onmousedown ="changebackground3(this.id)"
onmouseup ="changebackground4(this.id)"
element.src.match("bulbon") match() 方法可在字符串内检索指定的值,或找到一个或多个正则表达式的匹配。
border-radius:10px;设置边框为弧形
border-collapse:collapse;表格边框相邻时自动合并
clear:both;overflow: auto;<父标签> div撑起来
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
background-size:cover;
1