HTML學習筆記 標籤

2021-09-28 14:06:42 字數 1743 閱讀 5748

文件主體:.....

.....表示不同大小的標題

注釋:段落:

行數依賴於視窗大小

換行:

(可用在段落中)

樣式:style

示例:

>

>

style

="text-align

:center;

background-color

:yellow;

font-family

:verdana;

color

:white;

font-size

:20px

">

this is a headingh1

>

>

上面的標題相對於頁面居中對齊。p

>

body

>

html

>

定義:

>

title

="world health organization"

>

whodfn

>

成立於 1948 年。p

>

href

=""target

="_blank"

>

visit w3school!a

>

影象:,常用屬性如下:

屬性功能alt

影象出錯時顯示的文字

align

位置,取值left、right、bottom、middle、top

background

背景weight/height

調整尺寸

**:

border

="1"

>

>

>

headingth

>

>

another headingth

>

>

row 1, cell 1td

>

>

row 1, cell 2td

>

tr>

>

> td

>

>

row 2, cell 2td

>

tr>

table

>

列表:定義無序列表;.....定義有序列表;...定義自定義列表,.....定義自定義列表專案,.....定義自定義列表描述

塊元素:.....

可以組合其他html的容器,.....文字的容器。

二者均可利用class統一設定塊內元素

標籤描述

定義粗體文字

定義大號字

定義著重文字

定義斜體字

定義小號字

定義加重語氣

定義下標

定義上標

定義插入字

定義刪除字

html學習筆記(表單標籤)

input標籤有乙個type屬性,這個屬性有很多態別的取值,取值的不同就決定了input標籤的的功能和外觀。賬號 密碼 單選框 男 女checked checked 表示預設選了女 name要相同,用單選按鈕時才會起到單選的作用 type checkbox name 技術 value html ht...

html 標籤學習歸納筆記

二 多個標籤 2 img 四 from 表單標籤 6 按鈕 input submit reset 7 label 控制項 我的第乙個段落。我的第二個段落。我的第三個段落。四級標題 五級標題 六級標題 有乙個名叫尼克 卡拉威 托比 馬奎爾tobey maguire飾 的作家。為了實現他的美國夢,他搬入...

HTML標籤筆記

雙標籤 單標籤父子級關係 兄弟關係 在sublime中在html檔案中,輸入 或html 5 再按tab鍵直接出現html框架 文件型別,html5版本 en 英文 語義化標籤 無語義排版標籤 排版標籤主要和css搭配使用,顯示頁面結構的標籤,是網頁布局最常用的標籤 標題標籤 單詞縮寫 head 在...