HTML學習(一)基礎

2021-09-20 07:33:29 字數 3476 閱讀 5714

lang

="en"

>

>

charset

="utf-8"

>

>

h5練習title

>

head

>

style

="background-color

: bisque

" >

>

this is a headingh1

>

name

="tips"

>

基本的注意事項 - 有用的提示a

>

>

this is a headingh2

>

/>

>

>

this is a headingh3

>

style

="font-family

: arial,serif

">

i am a

>

student.

p>

>

this is a paragraph.p

>

>

this is another paragraph.p

>

href

="">

this is a linka

>

style

="font-family

:arial,serif;

color

:red;

font-size

:20px;

">

a paragraph.p

>

style

="text-align

: center

">

text centerh2

>

>

bold textb

>

>

>

italic texti

>

>

pre標籤可以保留空格和換行

int i = 0;

i ++ ;

>

int i =0;

while(i>0)

code

>

pre>

>

一打有

>

二十del

>

>

十二ins

>

件。p>

>

wwf 的目標是:

>

構建人與自然和諧共存的世界。q

>

p>

>

以下內容引用自 wwf 的**:p

>

cite

="">

五十年來,wwf 一直致力於保護自然界的未來。

世界領先的環保組織,wwf 工作於 100 個國家,

並得到美國一百二十萬會員及全球近五百萬會員的支援。

blockquote

>

>

title

="world health organization"

>

whoabbr

>

成立於 1948 年。p

>

>

title

="world health organization"

>

whodfn

>

成立於 1948 年。p

>

>

>

title

="world health organization"

>

whoabbr

>

dfn>

成立於 1948 年。p

>

href

="/"

target

="_blank"

>

visit w3school!a

>

>

href

="#tips"

style

="background-color

: aquamarine

">

有用的提示a

>

>

>

我是火影

**標題caption

>

>

>

headingth

>

>

another headingth

>

tr>

>

align

="right"

>

row 1, cell 1td

>

align

="right"

>

row 1td

>

tr>

>

> td

>

>

row 2, cell 2td

>

tr>

table

>

>

橫跨兩行的單元格:h4

>

border

="1"

>

>

>

姓名th

>

>

bill gatestd

>

tr>

>

rowspan

="2"

>

**th

>

>

555 77 854td

>

tr>

>

>

555 77 855td

>

tr>

table

>

>

>

南開li

>

>

天大li

>

ul>

>

>

清華li

>

>

北大li

>

ol>

body

>

html

>

HTML基礎學習一

一 什麼是html html hyper text makup language 是超文字標記語言,是用來描述網頁的一種語言,不是程式語言 html是一套標記標籤 html使用標記標籤來描述網頁 二 html標記常稱為html標籤 html tag 如 和通常成對出現 三 html文件 網頁 htm...

一 HTML基礎學習

1 基本格式 2 多樣的網頁文字 標題標籤 h1 h2 h3 h4 h5 特殊字元 空格 3 文字列表的使用 定義標籤 有序列表 無序標籤 type 空心圓circle 實心圓disc 實心方塊square 預設disc 4 html中的使用 img標籤 與文字結合使用 路徑 絕對路徑和相對路徑 5...

(一)HTML基礎標籤學習

html,即hypertext markup language,超文字比標記語言,編輯工具subline。第一步新建檔案,再儲存字尾為.html的檔案,進入編輯介面。編輯器快捷鍵u,open in browser,在瀏覽器開啟檔案。程式例項 頭標籤,lang告訴網路爬蟲,我們的 是關於什麼內容的,e...