简体   繁体   中英

Is <!DOCTYPE html> an html tag?

我看到,HTML标签开始与< ,并用结束>那么,是<!DOCTYPE html>一个HTML标签?

HTML 5 defines:

Tags are used to delimit the start and end of elements in the markup.

The Doctype does not delimit an element. So no, it is not a tag.

It is :

a required preamble

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM