Seong-Jung's Blog

반응형

블록 요소(Block Elements)와 인라인 요소(Inline Elements)

1. 블록 요소(Block Elements)

HTML4 이상

  • address, ol, ul, p, form, pre, blockquote, h1~h6, table, dl, dd, div, fieldset, hr, table, tfoot, noscript

HTML5

  • article, figcaption, figure, output, aside, footer, audio, section, canvas, header, hgroup, vide

2. 인라인 요소(Inline Elements)

  • b, big, i, small, tt
  • abbr, acronym, cite, code, dfn, em, kbd, strong, samp, var
  • a, bdo, br, img, map, object, q, script, span, sub, sup
  • button, input, label, select, textarea


반응형