HTML5에서 새롭게 등장함
하나의 요소가 여러 그룹에 속해 있을 수도 있고 그렇지 않을 수도 있음

<blockquote>, <body>, <detail>, <fieldset>, <figure>, <td>
<base>, <link>, <meta>, <noscript>, <script>, <style>, <title>
<style>요소<script>요소 등등이 있음<a>, <abbr>, <address>, <article>, <aside>, <audio>, <b>,<bdo>, <bdi> (en-US), <blockquote>, <br>, <button>, <canvas>, <cite>, <code>, <command>, <data>, <datalist>, <del>, <details>, <dfn>, <div>, <dl>, <em>, <embed>, <fieldset>, <figure>, <footer>, <form>, <h1>, <h2>, <h3>, <h4>, <h5>, <h6>, <header>, <hgroup>, <hr>, <i>, <iframe>, <img>, <input>, <ins>, <kbd>, <keygen>, <label>, <main>, <map>, <mark>, <math> (en-US), <menu>, <meter>, <nav>, <noscript>, <object>, <ol>, <output>, <p>, <picture> (en-US), <pre>, <progress>, <q>, <ruby>, <s>, <samp>, <script>, <section>, <select>, <small>, <span>, <strong>, <sub>, <sup>, <svg>, <table>, <template>, <textarea>, <time>, <ul>, <var>, <video>, <wbr>, 텍스트
<body>에 들어가는 대부분의 요소들이 플로우 콘텐츠<area>, <link>, <meta>, <style>은 조건부로 플로우 콘텐츠<article>, <aside>, <nav>, <section>
<h1>, <h2>, <h3>, <h4>, <h5>, <h6>
<audio>, <canvas>, <embed>, <iframe>, <img>, <math>, <object>, <svg>, <video>
<a>, <audio> (controls 속성이 있는 경우), <button>, <details>, <embed>, <iframe>, <img>(usemap 속성이 있는 경우), <input>(type 속성이 hidden이 아닌 경우), <keygen>, <label>, <object>(usemap 속성이 있는 경우), <select>, <textarea>, <video>(controls 속성이 있는 경우)