东京热成人网站_XX另类XX伦理XXAV_亚洲精品无码成人AAA片_高清av中文字幕无码_手机看片国产欧美日韩高清_bd美妙第进化型

咨詢電話:
15628812133
26
2019/11

前端開發(fā)單詞大全

發(fā)布時間:2019-11-26 14:42:18
發(fā)布者:等等
瀏覽量:
0

大家好,歡迎收看山東文匯軟件的網(wǎng)站,同時我們也是一家濟南app開發(fā),微信小程序開發(fā),系統(tǒng)開發(fā)的公司。

給大家分享一下前端需要學(xué)習(xí)掌握的單詞。

style 修飾 width 寬度 height 高度 title 想說明的 text-align 水平對齊方式 center 居中 left 居左 right 居右 line-height 垂直對齊方式/行高 當(dāng)行高等于高度時候垂直居中 background 背景 image 引入背景圖片(url) background-position: 背景定位(x軸,y軸;) background-repeat 背景平鋪 :no-repeat;不平鋪 repeat-x;水平平鋪 repeat-y;垂直平鋪 background:url() repeat left center #00; 順序:背景圖片 重復(fù) 定位 顏色 top/right/bottom/left/center 方向英文:上、右、下、左,中 color 顏色 font 文字 font-family 字體 font-size 字號 font-weight:normal 正常 :bold 加粗 font-style: normal;取消傾斜 :italic;斜體 font:italic bold 24px/24px '楷體'; 順序:是否斜體 是否粗體 字體大小/行高 字體 文本修飾屬性: text-decoration: overline 頂劃線 underline 下劃線 line-through 中劃線/刪除線 none 無/取消下劃線 display 轉(zhuǎn)化顯示模式 元素轉(zhuǎn)化 block 塊 inline 行內(nèi) inline-block 行內(nèi)塊 省略號 white-space:nowrap 強制不換行 overflow:hidden 溢出隱藏 text-overflow:ellipsis 省略號 font-family:‘微軟雅黑’ 讓省略號在下面 必須給寬度 偽類 a:link 設(shè)置未訪問時候的顏色 點擊后變成a的正常顏色 a:visited 設(shè)置訪問過后顏色 a:hover 當(dāng)鼠標(biāo)放上去會變顏色 a:active 鼠標(biāo)點擊變顏色 auto 自動居中 margin 外邊距 margin-top 上外邊距 margin-right 右外邊距 margin-bottom 下外邊距 margin-left 左外邊距 padding 內(nèi)邊距 padding-top 上內(nèi)邊距 padding-right 右內(nèi)邊距 padding-bottom 下外邊距 padding-left 左外邊距 float 浮動 :left|right|none 左|右|不浮動 cursor:pointer 小手的代碼。。 clear:left|right|both 清除浮動 overflow:hidden 溢出隱藏 base 里面寫清除默認樣式的 text-indent:em 首行縮進 (LOGO名字) 以后logo 必須用H1引背景圖片 里面寫上字 position:relative|absolute|fixed 定位 relative 相對定位 absolute 絕對定位 fixed 固定定位 Left/top/right/bottom 定位的偏移量 z-index 改變標(biāo)簽z軸堆疊順序 opacity 透明代碼 1不透明(0.9 0.8.。。。。) 0透明 filter:alpha(opacity:0-100) input{outline:none} 取消焦點

post 相對安全 gat 不安全 input 表單 單標(biāo)簽 type="text" 賬號/文本 type="password" 密碼 type="submit" 提交 type="button" 只是一個點擊按鈕 type="radio" 單選框 label雙標(biāo)簽 選項內(nèi)容 type="checkbox" 復(fù)選框 label雙標(biāo)簽 選項內(nèi)容 value="提示 如 請輸入密碼" placeholder="也是提示" select option 選項欄 textarea 下拉框 resize:none 禁止任意拖放 name="user" 賬號 name="password" 密碼 table{ border-collapse:collapse;} 讓border合并 tr加 colspan="3" 橫向合并 rowspan="3" 縱向合并 align 左右對齊方式 middle(左)left center right valign 上下對齊方式 top center bottom cellspacing="0" 清除外面的邊距 cellpadding="0" 清楚里面的邊距
表頭
表身
表低
frameborder="0" 取消邊框 screlling="no" 取消滾動條 iframe src letter-spacing:具體數(shù)值 字母間距 word-spacing:數(shù)值 單詞間距 overflow:auto 溢出滾動 visibility:hidden 隱藏 charset 字符集 utf-8 國際編碼 gb2312/gbk 中國編碼 author 作者 copyright 版權(quán) keywords 關(guān)鍵詞 description 介紹 js @media screen and (max-width:900px){}; 屏幕自適應(yīng) 媒體 屏幕 最大 push :添加一個數(shù)組元素 document :文檔 pop :刪除最后一個數(shù)組元素 console :控制臺 shift :刪除第一個數(shù)組元素 string :字符串 Concat 組合數(shù)組 undefined :未定義 typeof :關(guān)鍵字 join:數(shù)組轉(zhuǎn)化為指定分隔符 slice:返回指定數(shù)組 length:數(shù)組長度 Array:數(shù)組 number:數(shù)字 boolean:布爾 alert:提示框 parseInt:轉(zhuǎn)化為整型數(shù)值 continue:繼續(xù) is NaN:非數(shù)字 sort:升序 break:截斷 跳出 reverse:倒序 object:對象類型 parseFloat:轉(zhuǎn)化為浮點值 index:索引 floor:向下取整 variable:變量 ceil:向上取整 round:四舍五入 abs:返回絕對值 eval:解析字符串并運算 max:比較最大值 return:返回 min:比較最小值 addEventListener:事件名 函數(shù) to.fixed:保留小數(shù)點 attachEvant:(on)事件名 random:隨機數(shù) eletment:元素 eventName:事件名 function:函數(shù) removeEventListener:事件解除 detachEvent:刪除已注冊事件 open():彈出一個新窗口 function:函數(shù)(方法) showModalDialog:彈出一個模式窗口 close():關(guān)閉當(dāng)前窗口 Date:日期對象 getFullYear():年份 getMonth():月份(0--11) getDate():幾號 getDay():星期幾(周一至周六) getHours():小時(0--23) getMinites():分鐘 getSeconds():秒數(shù)(0--59) getMilliseconds():毫秒數(shù) getTime():從1970至今的毫秒數(shù) Date.now():從1970至今的毫秒值 tolocaleDatestring():輸出本地化的日期 setTimeout:延遲時間 tolocaleTimestring():輸出本地化得時間 clearTimeout:定時器對象 tolocalestring:輸出本地化的日期和時間

給大家分享了一半,謝謝大家的觀看,山東文匯軟件專業(yè)開發(fā)App、微信小程序、系統(tǒng)開發(fā),我們將開發(fā)出您滿意的軟件,歡迎聯(lián)系。

返回列表