This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

문서 타입 정의

HTML에서, doctype은 모든 문서의 최상단에서 찾을 수 있는 "<!DOCTYPE html>" 필수 서문입니다. doctype은 브라우저가 문서를 렌더링 할 때 "quirks mode"로 바뀌지 않도록하는 것이 유일한 목적입니다. "<!DOCTYPE html>" doctype은 브라우저가 일부 스펙과 맞지 않는 다른 렌더링 모드를 사용하기 보다는 적절한 스펙을 따르는 최선의 시도를 하도록 합니다.

같이 보기