<섹션>
HTML <section> 태그
Instances
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文网(php.cn)</title> </head> <body> <section> <h1>WWF</h1> <p>The World Wide Fund for Nature (WWF) is an international organization working on issues regarding the conservation, research and restoration of the environment, formerly named the World Wildlife Fund. WWF was founded in 1961.</p> </section> <section> <h1>WWF's Panda symbol</h1> <p>The Panda has become the symbol of WWF. The well-known panda logo of WWF originated from a panda named Chi Chi that was transferred from the Beijing Zoo to the London Zoo in the same year of the establishment of WWF.</p> </section> </body> </html>
인스턴스 실행»
온라인 예제를 보려면 "인스턴스 실행" 버튼을 클릭하세요
브라우저 지원
IE 9+ , Firefox, Opera, Chrome 및 Safari <섹션>
참고: IE 8 이하 버전의 IE 브라우저는 <section> 태그를 지원하지 않습니다.
태그 정의 및 사용 지침
<section> 태그는 문서의 특정 영역을 정의합니다. 장, 머리글, 바닥글 또는 문서의 기타 영역 등입니다.
HTML 4.01과 HTML5의 차이점
<section> 태그는 HTML5의 새로운 태그입니다.
전역 속성
<section> 태그는 HTML 전역 속성을 지원합니다.
이벤트 속성
<section> 태그는 HTML 이벤트 속성을 지원합니다.