前端html標簽英文含義


標簽 標簽含義 英文 英文含義 備注
h 標題 headline 標題  
p 段落 paragraph 段落  
hr 水平分割線 horizontal rules 水平分割線  
b 加粗 bold 加粗/粗體  
strong 加粗(強調語義) strong 強壯的  
i 傾斜 incline 傾斜  
em 傾斜(強調語義) emphasize [‘emfəsaɪz] 強調 用傾斜來起到強調作用
u 下划線 underline 下划線  
ins 下划線(強調語義) insert 插入 ins標簽准確來說是:插入字效果
s 刪除線 strikethrough 刪除線
del 刪除線 delete 刪除  
br 回車換行 break 打破/折斷  
img 插入圖 image 圖片  
src 圖片路徑 source 源頭 img標簽的屬性
width 寬度 width 寬度 標簽屬性
height 高度 height 高度 標簽屬性
title 提示內容 title 標題 img標簽的屬性
alt 替換的內容 alternative 替換/交替 img標簽屬性
border 邊框線 border 邊界 標簽屬性
a 超鏈接 anchor  [‘æŋkə] 錨點  
href 超鏈接地址 hypertext reference 超鏈接 a標簽的屬性
target 超鏈接在哪個窗口打開 target 目標 a標簽的屬性
_blank 新窗口 blank 空白 target屬性值
_self 當前窗口 self 自己 target屬性值
空格符 non-breaking space 不間斷空格
ul 無序列表 unorder list 無序列表  
li 列表項 list item 列表條目  
ol 有序列表 order list 有序列表  
dl 自定義列表 defined list 自定義列表  
dt 自定義列表標題 defined title 自定義標題
dd 自定義列表詳情 defined detail 自定義詳情  
table 表格 table 表格  
tr table row 表格行  
td 單元格 table data 表格數據單元格  
radio 單選按鈕 radio 收音機 收音機的按鈕只能按下一個(單選)
rows 行數 rows 行的復數 textarea屬性
cols 列數 columns 列的復數 textarea屬性
get get請求方式 get 獲取  
post post請求方式 post 提交
css 層疊樣式表(樣式) Cascading Style Sheet 層疊樣式表  
font-family 字體 font-family 字體族/字體類型  
text-align 內容對齊 text-align 文字對齊  
text-indent 文字首行縮進 text-indent 文字縮進  
background 背景 background 背景 筆記中記錄background為背景色,其實准確來說是背景.這個屬性除了可以設置背景顏色,還可以設置背景圖片等.
display 顯示模式 display 顯示  
block 塊級 block  
inline 行內 inline 內聯的 這里可以這樣理解:line是行,in是在…里邊.inline就是在行里邊(行內)
none 隱藏 none 沒有/消失 display屬性值:none可以理解為消失(不占位置隱藏)
visibility 顯示 visibility 能見度  
hidden 隱藏 hidden 隱藏 占位置隱藏(隱身)
class 類樣式 class  
style 行內樣式 style 風格/設計  
link 外鏈式 link 關系/連接  
rel 關系 relationship 關系/關聯
stylesheet 樣式單 stylesheet 樣式  床單
important 提權功能(變為最重要) important 重要  
italic 傾斜 italic 斜體字 font-style屬性值
normal 正常 normal 正常 font-style屬性值
text-decoration 文字修飾屬性 decoration 修飾/裝飾  
overline 頂划線 overline 上划線 text-decoration屬性值
line-through 刪除線/貫穿線 through 穿過 text-decoration屬性值
word-break 強制打散單詞換行 beak 折斷
visited 訪問后 visited 訪問后 超鏈接偽類
hover 鼠標以上 hover 懸浮/盤旋 超鏈接偽類
active 點擊狀態 active 激活/積極 超鏈接偽類
solid 實線 solid 固體的 border邊框線條樣式
dashed 虛線 dashed 虛線 border邊框線條樣式
repeat 平鋪 repeat 重復 background屬性值
fixed 背景圖固定 fixed 固定的 background屬性值
margin 外邊距 margin 邊緣 邊緣可以理解為盒子外邊的距離(盒子與盒子之間的距離)
padding 內邊距 padding 填補/填充 填充意味着屬於盒子內部的距離
auto 自動(自適應寬高) auto 自動 margin/padding取值
list-style 列表樣式 list,style 列表,樣式  
overflow 溢出 overflow 溢出  
hidden 隱藏 hidden 隱藏 overflow屬性值(visibility屬性值)
float 浮動 float 浮動
position 定位 position 位置  
relative 相對定位 relative 相對 position的屬性值
static 靜態定位 static 靜態的  
absolute 絕對定位 absolute 絕對的  
cursor 鼠標樣式 cursor 光標  
pointer 小手 pointer 指針  
border-radius 邊框半徑(制作圓角矩形) radius 半徑
filter 濾鏡 filter 過濾器
alpha 透明度 alpha 透明度  
opacity 透明度 opacity 不透明度 雖然翻譯是不透明度,但是css中還是當做透明度處理了
css sprite css精靈圖 sprite 精靈/雪碧  
background-attachment 背景圖固定 attachment 附着  
wrap 包裹 wrap 包裹  
banner 廣告條 banner 標語/橫幅廣告
prefect 完美 prefect 完美  
course 課程體系 course 課程
pilot 領航者 pilot 飛行員/領航者  
vertical-align 垂直對齊方式 vertical 垂直的

更多含義查看這里:https://www.w3school.com.cn/tags/tag_a.asp


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM