以下**:
html結構:
<html
>
<
head
>
<
title
>放置文章標題
//這裡是網頁編碼現在是gb2312
<
meta
name
="keywords"
content
="關鍵字"
/>
<
meta
name
="description"
content
="本頁描述或關鍵字描述"
/>
head
>
<
body
>
這裡就是正文內容
body
>
html
>
完整html包括html doctype宣告、title標題、head、網頁編碼宣告等內容
最初使用完整的html源**:
>標題部分-www.divcss5.com
title
>
<
meta
name
="keywords"
content
="關鍵字"
/>
<
meta
name
="description"
content
="本頁描述或關鍵字描述"
/>
head
>
<
body
>
內容 body
>
html
>
doctype html
>
<
html
lang
="zh-cn"
>
<
head
>
<
meta
charset
="utf-8"
>
<
title
>網頁標題-www.divcss5.com
title
>
<
meta
name
="keywords"
content
="關鍵字"
/>
<
meta
name
="description"
content
="此網頁描述"
/>
head
>
<
body
>
網頁正文內容
body
>
html
>
其他參考**:
**:標籤定義超連結,用於從乙個頁面鏈結到另乙個頁面。
元素最重要的屬性是 href 屬性,它指定鏈結的目標。
HTML學習筆記
2004 9 9 星期四 陰 hello world 整個頁面分成三部分 1 一行包括html版本資訊的內容 2 報頭申明區域 3 頁面主要部分,包括頁面的實際內容。2.基本的html標記 答 1 headings 標題 2 paragraphs 段落 this is a paragraph 3 l...
HTML學習筆記
html 是一種超文字標記語言,它是由標籤組成的。html 中的資料都封裝在標籤中,通過對標籤中的屬性值的改變來實現對封裝內資料進行操作。html規範格式 首先要確定html 的 範圍 在該範圍中可以定義兩個部分,乙個是頭乙個是體。這中間寫網頁顯示的資料 標籤對資料進行封裝那麼就有開始標籤和結束標籤...
學習html筆記
簡介 基礎 1 html鏈結是通過標籤 來定義的.這是乙個鏈結 href是屬性 2 html 影象是通過標籤 屬性 html 元素可以設定 屬性 屬性可以在元素中新增 附加資訊about an element 屬性一般描述於 開始標籤 屬性總是以名稱 值對的形式出現,比如 name value th...