table ----> 展示資料
table ---》** border cellspacing cellpadding width height
tr ---》行 align
th ---》 加粗 居中
td ---》 colspan rowspan
form ----》 註冊 登入
form action method enctype
input ----》 表單項
屬性: type: text password radio checkbox submit button reset hidden file date time color range
select --- option
textarea 文字域
css選擇器:標籤 class id選擇器
新增樣式方式:
1.行內
2.內嵌
3.外部
常用的樣式屬性:
背景 文字 字型
css 樣式:
1.盒子模型:
width height border padding(內容距離邊框的距離) margin(外邊距)
border padding(內容距離邊框的距離) margin(外邊距)
border:
border-right:1px solid red
border-left:1px solid blue
border: 1px solid blue
border-width:2px
border-style:solid (dashed dotted double )
border-color:red | #ff0000 | rgb(255,0,0)
padding:
padding-top: 2px
padding: 2px 5px
padding: 1px 2px 3px
padding: 1px 2px 3px 4px
同理margin
浮動:float:left|right|none
只要是浮動的元素,沒有block特點
**混排 導航欄 布局
清除浮動
定位:position:relative absolute fixed
top left bottom right
今天:css3:動畫
js:變數:var index=0
資料型別:number string boolean object undefined
運算子: ++ -- && || 條件?真:假
語句:if(){}
if(){}else{}
if(){} else if(){} else if(){} ..else{}
switch...case
迴圈:for(var i=0;i<10;i++){}
while(a>10){}
continue break
函式:function 函式名()
有引數和無引數
有返回值和無返回值
結合事件: onclick事件
找物件: document.getelementbyid('d1')
物件.style.backgroundcolor='red'
bom
css 常用屬性
字型屬性 font 大小font size x large 特大 xx all 極小 一般中文用不到,只要用數值就可以,單位 px pd 樣式font style oblique 偏斜體 italic 斜體 normal 正常 行高line height normal 正常 單位 px pd em粗...
CSS常用屬性
css常用屬性 1.color,background color 表示顏色的關鍵字,16進製制數 中提供的color scheme工具 2.font family 該屬性的值可以是一組字型,按喜歡程度排序的字型列表。一些中文字型的列表 windows的一些 新細明體 pmingliu 細明體 min...
css常用屬性
文字屬性 font size font family 字型型別 文字屬性 color text decoration 下劃線 none underline text align 對齊方式 left center right 背景屬性 background color background image...