What would happen if the HTML Document does not contain <!DOCTYPE>?
1 Like
Basically <!DOCTYPE> helps the browse to distinguish HTML version.
To answer your question nothing happens to HTML document.
1 Like