1、关键字(搜索)
<meta name="keywords" content="的时间反馈的积分|的刷卡缴费|打发打发|辅导辅导">
<meta name="description" content="对网站的描述">
写在body里
2、相同的尾部 和头部 可以单写一个demo里 然后在主页引入
<iframe src="header.html" width="1003" height="124" scrolling="no" frameboeder="0" framespacing="0">
3、页面间的跳转
<a href="" target="_parent">
4、对于一行文本的时候:line-height和height一般会连用
5、层次选择器:后面的所有兄弟~
6、伪元素选择器:first-line; first-letter;
7、段落属性:
text-transform;首字母大小写,整段大小写
letter-spacing
word-spacing
8、新增的相关小属性
新增属性: @font-face字体
显示属性: display
定位: position
z-index
textarea{
resize:none;
不能重新设置宽和高
outline:none;(超链接也得去掉默认边框)
}