手機(jī)版WPS 手機(jī)版wps免費(fèi)下載
2022-11-29
更新時(shí)間:2022-04-17 13:58:08作者:佚名
我們都知道現(xiàn)在大部分的正版工具都是英文操作,在做web前端開發(fā)時(shí),必要的、經(jīng)常用到的英文單詞我們也必須掌握,這樣才能在操作時(shí)更熟練,提高自己的工作效率。本文主要介紹在基本的web前端開發(fā)詞匯。
一、web前端開發(fā)詞匯之頁(yè)面布局
(layout)header 頭部/頁(yè)眉;index 首頁(yè)/索引;logo 標(biāo)志;nav/sub_nav 導(dǎo)航/子導(dǎo)航;banner 橫幅廣告;main/content 主體/內(nèi)容;container/con 容器;wrapper/wrap 包裹(類似于container);menu 菜單;sub_menu/second_menu 子菜單/二級(jí)菜單;list 列表;section 分區(qū)/分塊(類似于p);article 文章;aside 側(cè)邊欄/廣告;footer 頁(yè)腳/底部;title/sub_title 標(biāo)題/副標(biāo)題;news 新聞;hot 熱點(diǎn);pro 產(chǎn)品(product);company 公司;msg/info 信息(message)/消息;ads 廣告(advertisements);icon 小圖標(biāo);img 圖片(image);copyright 版權(quán);contact_us 聯(lián)系我們;friend_link 友情鏈接;tel 聯(lián)系電話(telephone);address 地址。
二、web前端開發(fā)詞匯之CSS樣式
?。╯tyle)CSS 層疊樣式表 (Cascading Style Sheets) ;background 背景;position 位置/定位;relative/absolute/fixed 相對(duì)定位/絕對(duì)定位/固定定位;float 浮動(dòng);clear 清除;vertical-align: middle/top/bottom; 垂直居中/上/下;line-height 行高;margin 外邊距;padding 內(nèi)邊距;border 邊框;solid/dashed/dotted 實(shí)線/線虛線/點(diǎn)虛線;border-radius 圓角;shadow 陰影;display 展示;hidden 隱藏;block/inline-block 塊元素/行內(nèi)塊;overflow 溢出;cursor 光標(biāo);animation 動(dòng)畫;css sprites 雪碧圖/圖片精靈;column 分列;flex 彈性(布局)。
三、web前端開發(fā)詞匯之表單
?。╢orm)與表格(table)form 表單;action 行為;method 方式/方法;input 輸入框;label 標(biāo)簽;password 密碼;radio 單選框;checkbox 復(fù)選框;btn 按鈕(button);submit/reset 提交/重置;textarea 文本域;select/option 選擇框/選擇項(xiàng);placeholder 占位符(起提示作用);search 搜索;icon 小圖標(biāo);autofocus 自動(dòng)聚焦;disabled 禁用;checked 選中(單選框/復(fù)選框);selected 默認(rèn)選擇項(xiàng)(下拉選擇框);required 必填項(xiàng);readonly 只讀;table 表格;thead/tbody/tfoot 表格標(biāo)題/主體/底部;colspan 跨列;rowspan 跨行;cellspacing 單元格間距(類似于margin);cellpadding 單元格邊距(類似于padding);border-collapse: collapse; 邊框合并(用于table上)。
以上常用的web前端開發(fā)詞匯希望大家能花些時(shí)間來(lái)好好掌握。小編總結(jié)整理的就是這些了,如果想知道跟多還是自己從實(shí)踐中慢慢的去總結(jié)吧,