what is “Doctype” in html

“Doctype” is a declaration for a html page that tells the browser type of html.

doctype declaration for html 5 is

<!DOCTYPE html>