분류명: Element Index
어떤태그들은 함께 알아두어야 할것 들이 있습니다. 예를 들면 table, tr, td같은 것들은 함께 사용되는 것들이므로 함께 알아두어야 할 태그들입니다. 이렇게 함께 사용되어야할것들 위주로 분류되었으며, 그 외에도 구조화에 관련된 요소들, 텍스트포맷팅에 관련된 요소들, 레이아웃에 관련된 요소들 들으로 구분해 보았습니다.
Edits
Embedded
Forms
- button
- command ?
- datalist
- fieldset
- form
- input
- keygen ?
- label
- legend
- meter
- optgroup
- option
- output ?
- progress
- select
- textarea
Grouping
Head
Interactive
Sections
Tables
Text-level
- a
- abbr
- acronym
- address
- b
- bdi
- bdo
- big
- blockquote
- cite
- code
- del
- details ?
- dfn
- em
- i
- ins
- kbd
- mark
- pre
- q
- rp
- rt
- ruby
- s
- samp
- small
- strong
- sub
- summary
- sup
- time
- u
- var
- wbr ?
분류명: HTML Version
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 ?