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;(超鏈接也得去掉默認邊框)
}