본문 바로가기
Web/Html

HTML5에서 없어지는 엘리먼트와 속성

by ninanio3 2012. 8. 5.

html4.01에서 잘 쓰지 않는 엘리먼트와

UI와 관련된 속성이 없어졌습니다.


없어지는 엘리먼트
•basefont
•big
•center
•font
•s
•strike
•tt
•u
•frame
•frameset
•noframes
•acronym
•applet
•isindex
•dir

없어지는 속성
•rev, charset (link, a)
•shape, coords (a)
•longdesc (iframe, img)
•target (link)
•nohref (area)
•profile (head)
•version (html)
•name (img)
•scheme (html)
•archive, classid, codebase, codetype, declare, standby (object)
•valuetype, type (param)
•axis, abbr (td, th)
•scope (td)

•align (caption, iframe, img, input, object, legend, table, hr, div, h1~h6, p, col, colgroup, tbody, td, tfoot, th, thead, tr)
•alink, link, text, vlink (body)
•background (body)
•bgcolor (table, tr, td, th, body)
•border (table, object)
•cellpadding, cellspacing (table)
•char, charoff (col, colgroup, tbody, td, tfoot, th, thead, tr)
•clear (br)
•compact (dl, menu, ol, ul)
•frame (table)
•frameborder (iframe)
•height (td, th)
•hspace, vspace (img, object)
•marginheight, marghinwidth (iframe)
•noshadow (hr)
•nowrap (td, th)
•rules (table)
•scrolling (iframe)
•size (hr)
•type (li, ol, ul)
•valign (col, colgroup, tbody, td, tfoot, th, thead, tr)
•width (hr, table, td, th, col, colgroup, pre)

'Web > Html' 카테고리의 다른 글

(css)링크 유투브 해상도 조절  (0) 2016.01.27
Keyboard 특수문자 영어식 사용법  (0) 2012.11.09
jstl 함수정리  (0) 2012.09.06