HTML5 Page Structure
A basic HTML page always begins with the declaration of the document type or doctype. It is a way to inform browsers about the type of document. The doctype is always the first element at the top of all HTML files. Then we have sections and subsections, each has its title and subtitle. These titles and section elements help the reader to perceive the meaning of the content.