HTML中標籤對應的英文(方便理解記憶)

                           HTML中標籤對應的英文

標籤

對應英文

說明

<!-->

/

註釋

<!DOCTYPE>

document type

文檔類型

<a>

anchor

超鏈接

<abbr>

abbreviation

縮寫詞

<acronym>

acronym

縮寫詞

<address>

address

聯繫信息

<applet>

applet

/

<area>

area

定義圖像映射中的區域

<article>

article

文章

<aside>

aside

旁註

<audio>

audio

音頻

<b>

bold

加粗

<base>

base

指定鏈接的默認(基準)地址或默認(基準)目標

<basefont>

base font

指定默認(基準)字體

<bdi>

BiDi-Isolate

雙向隔離文本的方向

<bdo>

BiDirectional Override

雙向覆蓋文本的方向

<big>

big

大號文本

<blockquote>

block quote

塊引用

<body>

body

文檔主體

<br>

break

換行

<button>

button

按鈕

<canvas>

canvas

畫布

<caption>

caption

表格標題

<center>

center

居中文本

<cite>

cite

引用

<code>

code

代碼文本

<col>

column

表格列

<colgroup>

column group

表格列組

<command>

command

命令

<datalist>

data list

數據列表

<dd>

Definition Description

定義描述

<del>

delete

刪除

<details>

details

描述文檔或文檔某個部分的細節

<dfn>

definition

定義

<dialog>

dialog

對話框

<dir>

direction

方向

<div>

division

部分

<dl>

Definition List

定義列表

<dt>

Definition Term

定義條目

<em>

emphasize

強調

<embed>

embed

嵌入

<fieldset>

field set

表單字段集

<figcaption>

figure caption

figure的標題

<figure>

figure

流內容(圖片、圖表等)

<font>

font

字體

<footer>

footer

底部

<form>

form

表單

<frame>

frame

框架

<frameset>

frame set

框架集

<h1-h6>

headline

標題

<head>

head

頭標籤

<header>

header

頭部

<hr>

Horizontal Rule

水平線

<html>

html

html

<i>

italic

斜體

<iframe>

inline frame

內聯框架

<img>

image

圖片

<input>

input

輸入

<ins>

insert

插入

<kbd>

keyboard

鍵盤文本

<keygen>

keygen

表單的密鑰對生成器字段

<label>

label

標註

<legend>

legend

說明

<li>

List Item

列表項

<link>

link

鏈接

<map>

map

圖像映射

<mark>

mark

記號文本

<menu>

menu

菜單列表

<meta>

meta

元信息

<meter>

meter

度量衡

<nav>

navigation

導航

<noframes>

no frames

不支持框架的用戶的替代內容

<noscript>

no script

不支持客戶端腳本的用戶的替代內容

<object>

object

嵌入對象

<ol>

Ordered List

有序列表

<optgroup>

options group

選項組

<option>

option

選項

<output>

output

輸出

<p>

paragraph

段落

<param>

parameter

參數

<pre>

preformatted 

預格式化文本

<progress>

progress

進度

<q>

quote

引用

<rp>

ruby parenthesis

不支持ruby元素時顯示的內容

<rt>

ruby text

ruby文本

<ruby>

ruby

旁註標記(注音標示)

<s>

strike

刪除線文本

<samp>

sample

樣本文本

<script>

script

腳本

<section>

section

部分

<select>

select

下拉列表

<small>

small

小號文本

<source>

source

媒介資源

<span>

span

用來組合文檔中的行內元素

<strike>

strike

刪除線文本

<strong>

strong

強調文本

<style>

style

樣式

<sub>

subscript

下標

<summary>

summary

details元素的標題

<sup>

superscript

上標

<table>

table

表格

<tbody>

table body

表格主體

<td>

table data

表格數據單元格

<textarea>

textarea

文本框

<tfoot>

table footer

表格底部

<th>

table headline

表格表頭

<thead>

table head

表格頭標籤

<time>

time

時間

<title>

title

標題

<tr>

table row

表格行

<track>

track

媒體播放器中的文本軌道

<tt>

typewrite text

打字機文本

<u>

underline

下劃線

<ul>

Unordered List

無序列表

<var>

variable

變量

<video>

video

視頻

<wbr>

Word BReak

單詞換行

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章