HTML速查列表

2021-08-21 03:48:19 字數 4161 閱讀 9733

html 速查列表. 你可以列印它,以備日常使用。

<

!doctype

html

>

<

html

>

<

head

>

<

title

>

文件標題

title

>

head

>

<

body

>

可見文字...

body

>

html

>

<

h1>

最大的標題

h1>

<

h2>

. . .

h2>

<

h3>

. . .

h3>

<

h4>

. . .

h4>

<

h5>

. . .

h5>

<

h6>

最小的標題

h6>

<

p>

這是乙個段落。

p>

<

br>

(換行)

<

hr>

(水平線)

<

b>

粗體文字

b>

<

code

>

計算機**

code

>

<

em>

強調文字

em>

<

i>

斜體文字

i>

<

kbd>

鍵盤輸入

kbd>

<

pre>

預格式化文字

pre>

<

small

>

更小的文字

small

>

<

strong

>

重要的文字

strong

>

<

abbr

>

(縮寫)

<

address

>

(聯絡資訊)

<

bdo>

(文字方向)

<

blockquote

>

(從另乙個源引用的部分)

<

cite

>

(工作的名稱)

<

del>

(刪除的文字)

<

ins>

(插入的文字)

<

sub>

(下標文字)

<

sup>

(上標文字)

<

ahref="

">

鏈結文字

a>

<

ahref="

">

<

imgsrc="

url"

alt=

"替換文字

">

a>

<

ahref="

mailto:[email protected]

">

傳送e-mail

a>

書籤:="

tips

">

提示部分

a>

<

ahref="

#tips

">

跳到提示部分

a>

<

imgsrc="

url"

alt=

"替換文字

"height="

42"width="

42">

<

style

type="

text/css

">

h1p

style

>

<

div>

文件中的塊級元素

div>

<

span

>

文件中的內聯元素

span

>

<

ul>

<

li>

專案li

>

<

li>

專案li

>

ul>

<

ol>

<

li>

第一項li

>

<

li>

第二項li

>

ol>

<

dl>

<

dt>

專案 1

dt>

<

dd>

描述專案 1

dd>

<

dt>

專案 2

dt>

<

dd>

描述專案 2

dd>

dl>

<

table

border="

1">

<

tr>

<

th>

**標題

th>

<

th>

**標題

th>

tr>

<

tr>

<

td>

**資料

td>

<

td>

**資料

td>

tr>

table

>

<

iframe

src=

"demo_iframe.htm

">

iframe

>

<

form

action="

demo_form.php

"method="

post/get

">

<

input

type="

text

"name="

email

"size="

40"maxlength="

50">

<

input

type="

password

">

<

input

type="

checkbox

"checked="

checked

">

<

input

type="

radio

"checked="

checked

">

<

input

type="

submit

"value="

send

">

<

input

type="

reset

">

<

input

type="

hidden

">

<

select

>

<

option

>

蘋果option

>

<

option

selected="

selected

">

香蕉option

>

<

option

>

櫻桃option

>

select

>

<

textarea

name="

comment

"rows="

60"cols="

20">

textarea

>

form

>

<

等同於

<>

; 等同於

>

HTML 速查列表

1 html 基本文件 可見文字.2 基本標籤 basic tags 最小的標題 這是乙個段落。換行 水平線 文字格式化 formatting 粗體文字 計算機 強調文字 斜體文字 鍵盤輸入 預格式化文字更小的文字 重要的文字 縮寫 聯絡資訊 文字方向 從另乙個源引用的部分 工作的名稱 刪除的文字 ...

HTML 速查列表

可見文字.最小的標題 這是乙個段落。換行 水平線 粗體文字計算機 強調文字 斜體文字 鍵盤輸入預格式化文字 更小的文字重要的文字 縮寫 聯絡資訊 文字方向 從另乙個源引用的部分 工作的名稱 刪除的文字 插入的文字 下標文字 上標文字 書籤 提示部分 提示部分 跳到提示部分 文件中的塊級元素 文件中的...

Html語言 基本語法的速查列表

html 基本文件 文件標題title head 可見文字.body html 基本標籤 basic tags h4 h5 最小的標題h6 這是乙個段落。p 換行 水平線 文字格式化 formatting 粗體文字b 計算機 code 強調文字em 斜體文字i 鍵盤輸入kbd 預格式化文字pre 更...