HTML5學習筆記簡明版(10) 過時的元素和屬性

2021-09-07 01:18:19 字數 2072 閱讀 9650

這個小節裡列出的元素在html5裡將不再使用,現有文件公升級到 html5的話能夠使用一些替代方案。比如parser section 能夠處理isindex 元素的功能。

以下的元素被廢棄的原因是用css處理能夠更好地替代他們:

basefont

bigcenter

font

strike

tt以下的元素被廢棄的原因是他們的使用破壞了可使用性和可訪問性:

frame

frameset

noframes

以下的元素被廢棄的原因是不常常使用他們,也會引起混亂,並且其他元素也能夠非常好地實現他們的功能:

最後,noscript元素僅僅能在html裡使用。而不能在xml裡使用。

html4裡的一些屬性不會再被同意在html5裡使用了。規範裡具體說明了怎樣處理現有的文件,而且以後新文件不能再使用這些屬性,由於他們會標記成不合法的屬性。

id相應元素

屬性名稱

01link, a

rev, charset02a

shape, coords

03img, iframe

longdesc

04link

target

05area

nohref

06head

profile

07html

version

08img

name

09meta

scheme

10object

archive, classid, codebase, codetype, declare, standby

11param

valuetype, type

12td, th

axis, abbr

13td

scope

14table

summary

另外。 在html5裡,下面元素的視覺屬性也將被廢棄。由於這些功能可用css來實現:

id相應元素

屬性名稱

01caption, iframe, img, input, object, legend, table, hr, div, h1, h2, h3, h4, h5, h6, p, col, colgroup, tbody, td, tfoot, th, thead, tr

align

02body

alink, link, text, vlink

03body

background

04table, tr, td, th, body

bgcolor

05object

border

06table

cellpadding, cellspacing

07col, colgroup, tbody, td, tfoot, th, thead, tr

char, charoff

08br

clear

09dl, menu, ol, ul

compact

10table

frame

11iframe

frameborder

12td, th

height

13img, object

hspace, vspace

14iframe

marginheight, marginwidth

15hr

noshade

16td, th

nowrap

17table

rules

18iframe

scrolling

19hr

size

20li, ol, ul

type

21col, colgroup, tbody, td, tfoot, th, thead, tr

valign

22hr, table, td, th, col, colgroup, pre

width

HTML5學習筆記簡明版(8) 新增的全域性屬性

這是一段可編輯的段落。請試著編輯該文字。該屬於有3種值可選 true,false和空字元,空字元代表true。而對框架頁面可以通過js程式 來實現 editor.document.designmode on contextmenu屬性用來指向乙個作者提供的上下文目錄,例如 開發人員可以在任何元素上定...

HTML5學習筆記簡明版(8) 新增的全域性屬性

p contenteditable true 這是一段可編輯的段落。請試著編輯該文字。p 該屬於有3種值可選 true,false和空字元,空字元代表true。而對框架頁面可以通過js程式 來實現 editor.document.designmode on contextmenu屬性用來指向乙個作者...

HTML5學習筆記一 簡單學習HTML5

html 是用來描述網頁的一種語言。html5 是下一代 html 標準。html html 4.01的上乙個版本誕生於 1999 年。自從那以後,web 世界已經經歷了巨變。html5 仍處於完善之中。然而,大部分現代瀏覽器已經具備了某些 html5 支援。html5 中的一些有趣的新特性 看一下...