How should the <!DOCTYPE html> look like in 2018

Title. the default value from sublime text is. Is their a plugin for a better default doctype? or anything else

DOCTYPE html
html lang="en
head
	meta charset="UTF-8"
	titleDocument</title
head
body
	
body
html

Well, that’s the html doctype. Unless you’re using something else (like XML or XHTML) then you use that.