前端開發(fā)必備基礎(chǔ)單詞
在前端開發(fā)過程中,掌握一些常見英語詞匯是必要的,下面整理了一些前端一些常見的英語詞匯,供大家參考。
導(dǎo)航類
導(dǎo)航:nav
標(biāo)題:title
摘要:summary
菜單:menu
子菜單:submenu
主導(dǎo)航:mainbav
子導(dǎo)航:subnav
頂導(dǎo)航:topnav
邊導(dǎo)航:sidebar
左導(dǎo)航:leftsidebar
右導(dǎo)航:rightsidebar
頁面結(jié)構(gòu)布局
容器:container
頁頭:header
內(nèi)容:content/container
頁尾:footer
導(dǎo)航:nav
側(cè)欄:sidebar
欄目:column
頁面主體:main
左右中:left right center
頁面外圍控制整體布局寬度:wrapper
功能
標(biāo)志:logo
滾動:scroll
廣告:banner
登錄:login
注冊:regsiter
搜索:search
圖標(biāo):icon
注釋:note
指南:guild
狀態(tài):status
服務(wù):service
按鈕:btn
熱點(diǎn):hot
新聞:news
下載:download
版權(quán):copyright
投票:vote
標(biāo)簽頁:tab
登錄條:loginbar
面包屑:breadCrumb
當(dāng)前的:current
小技巧:tips
功能區(qū):shop
文章列表:list
提示信息:msg
合作伙伴:partner
友情鏈接:friendlink
css?英文釋譯
線:line
行:line
寬 :width
高:height
外邊界:margin
內(nèi)邊界:padding
邊框:border
行高:line-height
背景:background
顏色:color
頂部:top
標(biāo)題:title
字體:font
身體:body
大?。簊ize
列表:list
文本:text
樣式:style
對齊:align
圖像:image
修飾:decoration
資源:source
寬度:width
穿過:through
高度:height
縮進(jìn):indent
斜體:italic
鏈接:link
加粗:bold
斜體:italic
加重:weight
加粗:bold
輸入:input
主體:main
下面的:under
重復(fù):repeat
填充:padding
位置:position
正常:normal
父級 parent
子級:children
隱藏:hidden
顯示:visible
溢出:overflow
列表:list
樣式 style
導(dǎo)航:nav
顯示類型:display
廣告圖片:banner
頁眉:header
文件命名
主要的:master
模塊:module
重置:reset
基本共用:base/common
布局,版面:layout
主題:themes
專欄:columns
文字:font
表單:forms
補(bǔ)?。簃end
打?。簆rint
混入:mixins
組件:components
靜態(tài)資源:public/static
路由: router
頁面/視圖: pages/views
配置: config
其他
broswer 瀏覽器(客戶端)
html 超文本標(biāo)記語言
css 層疊樣式表
javascript 語言名字(類似python/php/c…)
title 標(biāo)題
body 身體
head 頭
div 盒子(類似收納箱)
font 字體
width 寬
height 高
background 背景
color 顏色
ul (Unordered List) 無序列表
ol (Ordered List) 有序列表
li (List Item) 列表項(xiàng)
dl (Definition List) 自定義列表
form 表單
action 地址
method 方法
input 輸入框
text 文本
password 密碼
radio 單選
checkbox 多選
select 下拉菜單
option 選項(xiàng)
padding 內(nèi)邊距
margin 外邊距
border 邊線
solid 直線
dashed 虛線
dotted 點(diǎn)線
overflow 溢出
hidden 隱藏
visibility 可見度
table 表格
thead 表頭
tbody 表格內(nèi)容
tr (table row) 行
td/th (table data, table headline)列
rowspan 合并行
colspan 合并列
collapse 合并
position 定位
relative 絕對定位
absolute 相對定位
fixed 固定定位
static 靜態(tài)定位
script 腳本
string 字符串
number 數(shù)字
boolean 布爾
undefined 未定義
null 空(None)
function 函數(shù)
document 文檔
get 獲取
element 元素
by 通過
id id
tagName 標(biāo)簽名
window 窗口
object 對象
array 數(shù)字(類似python中的list列表)
setInterval 定時器
clearInterval 清除定時器
$ 美元符號
next 下一個
prev 前一個(previous)
parent 父母/雙親
children 孩子
click 點(diǎn)擊
mouseleave 鼠標(biāo)移開
mouseenter 鼠標(biāo)進(jìn)入
animate 動畫
slide 滑動
fade 漸進(jìn)
show 顯示
hide 隱藏
test 測試
stopProperation 阻止冒泡
preventDefault 阻止默認(rèn)行為
dom document object model 文檔對象模型
ajax 啊甲克斯
type 類型
url 統(tǒng)一資源定位符
data 數(shù)據(jù)
dataTpye 數(shù)據(jù)類型
success 成功
error 失敗
done 成功
fail 失敗
mustache 胡子
computed 計算
watch 監(jiān)聽
filters 過濾器
mounted 掛載,生成
axios vue中的ajax
let 變量
const 常量