HTML初步學習

2021-09-19 12:04:57 字數 1819 閱讀 3953

【學習手冊】(

參考手冊

html 是用來描述網頁的一種語言。

定義文件定義主體

段落

web 瀏覽器的作用是讀取 html 文件,並以網頁的形式顯示出它們。瀏覽器不會顯示 html 標籤,而是使用標籤來解釋頁面的內容:

簡介html 標記標籤通常被稱為 html 標籤 (html tag)。

要點html 標籤通常是成對出現的,比如標籤對中的第乙個標籤是開始標籤,第二個標籤是結束標籤

開始和結束標籤也被稱為開放標籤和閉合標籤

必須在<>內,不會在瀏覽器裡顯示

可以巢狀,大多數是成對出現,個別除外

html中無關緊要的空白不會影響外觀如回車,空格,改變web頁面的唯一方式是使用html的標籤< br/ >

大小寫不敏感

html注釋特殊標籤

定義在網頁文件的頭部,描述html文件的資訊。常用屬性如下

charset 定義字元編碼

content 定義和http-equiv或name有關屬性的元資訊

http-equiv 把content屬性關聯到http頭部

name 把content屬性關聯到乙個名稱

html5新增的結構標記
visible text goes here

text elements
this is a paragraph

(line break)

(horizontal rule)this text is preformatted

logical styles

this text is emphasizedthis text is strongthis is some computer code
physical styles
this text is boldthis text is italic
links, anchors, and image elements
this is a link

alt="alternate text"/>

send e-maila named anchor:

useful tips section

jump to the useful tips section

unordered list
ordered list
first item

next item

definition list
first term

definition

next term

definition

tables
someheader

someheader

sometext

sometext

frames
forms
entities
< is the same as <

> is the same as >

other elements
text quoted from some source.address 1

address 2

city

HTML 初步學習

html是描述網頁的一種超文字標記語言,超文字就是說使用鏈結的方式開啟純文字。html標籤可以看作語法,html文件即網頁,由html標籤和純文字組成。除了超文字外,還有超 它們以及與其他 之間使用超連結技術。通過 h1 h6 等標籤定義 通過 p 標籤定義 使用標籤 a 1.通過使用 href 屬...

HTML的初步學習

html是超文字標記語言 hype text markup language html是用標籤來描述網頁的語言,它包含了標籤和 標籤中的 文字內容。html也可以稱為是乙個web頁面,通過瀏覽器可以訪問web頁面。html是由各種標籤構成的,要學會html,要先掌握各種標籤的語法。網頁主體的例項化 ...

HTML5學習初步

新增標籤 markup elements meida elements canvas elements form elements input type attribute values 標籤標籤 建立乙個canvas 通過js控制 var c document.getelementbyid myc...