header
English [ˈhedə(r)] US [ˈhɛdɚ]
n. 헤더(컴퓨터 인쇄 시 각 페이지 상단에 자동으로 추가됨) 헤더;
html5<header> 통사론
Function: <header> 태그는 문서의 헤더(소개 정보)를 정의합니다.
html5<header> 예
<!DOCTYPE html> <html> <body> <article> <header> <h1>What Does WWF Do?</h1> <p>WWF's mission:</p> </header> <p>WWF's mission is to stop the degradation of our planet's natural environment, and build a future in which humans live in harmony with nature.</p> </article> </body> </html>
온라인 인스턴스를 보려면 "인스턴스 실행" 버튼을 클릭하세요