설명
The HTML Header Element (<header>
) represents a group of introductory or navigational aids. It may contain some heading elements but also other elements like a logo, wrapped section's header, a search form, and so on.
HTML 헤더 요소(<header>)는 소개 또는 안내하는 도움요소들의 그룹을 표현한다. 여기에는 표제(heading) 요소가 들어갈 수 있고, 그밖에 로고, 섹션의 헤더, 검색박스 등이 들어갈 수 있다.
참고 :
The <header> element is not sectioning content and therefore doesn't introduce a new section in the outline.
<header> 요소는 컨텐트를 구분짓는(sectioning) 요소가 아니다. 따라서 <header> 요소로 말미암아 아웃라인에 새로운 섹션이 만들어지지는 않는다.
Usage Context
Permitted content |
Flow content, but with no <header> or <footer> descendant |
Tag omission | None, both the start tag and the end tag are mandatory |
Permitted parent elements |
Any element that accepts flow content. Note that a <header> element must not be a descendant of an <address> , <footer> or another <header> element. |
Normative document | HTML5, section 4.4.8 |
속성
이 엘리먼트는 전역속성을 지원한다.
예제
<header> 로고 같은 것? </header>
DOM Interface
This element implements the HTMLElement
interface.
이 요소는 HTMLElement 인터페이스를 구현한다.
호환성
기능 | 구글크롬 | 파이어폭스Gecko) | 인터넷 익스플로러 | Opera | Safari |
---|---|---|---|---|---|
기본적인 지원 | 지원 | 4.0 (2.0) | 9.0 | 11.0 | 4.0 |
기능 | 안드로이드 | 파이어폭스 모바일(Gecko) | 인터넷 익스플로러 모바일 | 오페라 모바일 | 사파리 모바일 |
---|---|---|---|---|---|
기본적인 지원 | 4.0 (2.0) |