현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.
개요
HTML Footer 요소 (<footer>) 는 가장 가까운 구획화 콘텐츠나 구획화 루트의 푸터를 나타냅니다. 푸터는 일반적으로 작성자 구획,저작권 데이터,관련된 문서의 링크에 대한 정보를 포함합니다.
사용시 참고:
- 콘텐츠 범주 Flow content, palpable content.
- 허용된 콘텐츠 Flow content
하지만, <footer>
,<header>
은 후손이 될수 없음. - 태그 생략 None, both the starting and ending tag are mandatory.
- 허용된 부모 요소flow content를 허용하는 모든 요소 <footer> 요소는
<address>
,<header>
, 다른<footer>
요소의 후손이여서는 안된다는 점을 참고하십시오. - DOM 인터페이스
HTMLElement
속성
이 요소는 전역 속성만을 포함합니다.
예제
<footer> Some copyright info or perhaps some author info for an <article>? </footer>
사양
사양 | 상태 | 주석 |
---|---|---|
WHATWG HTML Living Standard The definition of '<footer>' in that specification. |
Living Standard | |
HTML5 The definition of '<footer>' in that specification. |
Recommendation |
브라우저 호환성
기능 | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | 5 | 4.0 (2.0) | 9.0 | 11.10 | 4.1 |
기능 | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | 2.2 | 4.0 (2.0) | 9.0 | 11.0 | 5.0 (iOS 4.2) |