HTML 基礎知識

2021-08-24 18:02:36 字數 1457 閱讀 4267

# html

html基礎知識

html 段落

html 段落是通過 標籤進行定義的。

例項

this is a paragraph.

this is another paragraph.

html 鏈結

html 鏈結是通過 標籤進行定義的。

例項

this is a link
html 影象

html 影象是通過

例項

元素:

this is my first paragraph.

resize this responsive page!

london is the capital city of england.

it is the most populous city in the united kingdom,

with a metropolitan area of over 13 million inhabitants.

paris is the capital and most populous city of france.

tokyo is the capital of japan, the center of the greater tokyo area,

and the most populous metropolitan area in the world.

如果瀏覽器壓根沒法識別元素是所有頭部元素的容器。內的元素可包含指令碼,指示瀏覽器在何處可以找到樣式表,提供元資訊,等等。

以下標籤都可以新增到 head 部分:、、、、以及 。

標籤定義文件的標題。

title 元素在所有 html/xhtml 文件中都是必需的。

title 元素能夠:

注釋:實體名稱對大小寫敏感!

顯示結果

描述實體名稱

實體編號空格 

<

小於號<

<

>

大於>&和號

&&"引號

""'撇號 

' (ie不支援)'¢

分(cent)¢¢

£鎊(pound)££

¥元(yen)¥¥

€歐元(euro)€€

§小節§§

©®註冊商標®®

™商標™™

×乘號××

÷除號÷÷

本章描述所有 html 表單元素。

最重要的表單元素是  元素。

元素根據不同的 type 屬性,可以變化為多種形態。

html5 增加了多個新的輸入型別:

注釋:老式 web 瀏覽器不支援的輸入型別,會被視為輸入型別 text。

Html 基礎知識

1 html常用簡單複習 2 文字相關標籤 color size face align 預格式文字,讓文字保持原來風格,英雄本色 特殊字元 3 超連結 href target blank 相對路徑 絕對路徑 c documentsand settings administrator 桌面 nonam...

HTML基礎知識

html標籤分為兩種 單標籤和雙標籤 單標籤 用於一些特殊的含義 br 換行,hr 水平線。雙標籤 用來封裝資料,展示特殊的格式 如一些特殊的字型 大小 顏色 font body html都是以html作為根標籤,然後是head和body。一般head標籤裡去寫title meta標籤。其中titl...

html 基礎知識

html 軟體的結構 c s client server 結構的軟體 比如 qq 極品飛車 飛信 迅雷 cs結構軟體的優點 減輕服務端的壓力,而且可以大量儲存資料在客戶端。b s browser server 結構的軟體 比如 微博 webqq web飛信 web迅雷 缺點 增加了服務端的壓力,bs...