본문 바로가기

Web/HTML

[html5] <hgroup> 태그

반응형

제목 요소들을 묶어줄 때 <hgroup>태그를 사용한다.

<h1>~<h6> 요소들을 묶어서 레벨 단위로 표시한다. 


1
2
3
4
5
6
<hgroup>
<h1>Welcome to my WWF</h1>
<h2>For a living planet</h2>
</hgroup>

<p>The rest of the content...</p>


반응형