html5에 추가된 태그들과 제거된 태그들을 볼 수 있으며, html4에서 채택된 태그 뿐만아니라 html5에 채택된 태그들도 함께 볼 수 있습니다.
HTML 4.01
- a
- abbr
- acronym
- address
- area
- b
- base
- big
- blockquote
- body
- br
- button
- caption
- cite
- code
- col
- colgroup
- dd
- del
- dfn
- div
- dl
- dt
- em
- embed
- fieldset
- form
- h1 ~ h6
- head
- hr
- html
- i
- iframe
- img
- input
- ins
- kbd
- label
- legend
- li
- link
- map
- meta
- noscript
- object
- ol
- optgroup
- option
- p
- param
- pre
- q
- s
- samp
- script
- select
- small
- span
- strong
- style
- sub
- sup
- table
- tbody
- td
- textarea
- tfoot
- th
- thead
- title
- tr
- u
- ul
- var
HTML5
- a
- abbr
- acronym
- address
- area
- article
- aside ?
- audio ?
- b
- base
- bdi
- bdo
- blockquote
- body
- br
- button
- canvas ?
- caption
- cite
- code
- col
- colgroup
- command ?
- datalist
- dd
- del
- details ?
- dfn
- div
- dl
- dt
- em
- embed
- fieldset
- figcaption
- figure
- footer
- form
- h1 ~ h6
- head
- header
- hgroup
- hr
- html
- i
- iframe
- img
- input
- ins
- kbd
- keygen ?
- label
- legend
- li
- link
- map
- mark
- menu
- meta
- meter
- nav
- noscript
- object
- ol
- optgroup
- option
- output ?
- p
- param
- pre
- progress
- q
- rp
- rt
- ruby
- s
- samp
- script
- section
- select
- small
- source ?
- span
- strong
- style
- sub
- summary
- sup
- table
- tbody
- td
- textarea
- tfoot
- th
- thead
- time
- title
- tr
- track
- u
- ul
- var
- video ?
- wbr ?
New Elements in HTML5
- article
- aside ?
- audio ?
- bdi
- bdo
- canvas ?
- command ?
- datalist
- details ?
- figcaption
- figure
- footer
- header
- hgroup
- keygen ?
- mark
- menu
- meter
- nav
- output ?
- progress
- rp
- rt
- ruby
- section
- source ?
- summary
- time
- track
- video ?
- wbr ?