HTML document start and end with which tag pairs?
<HTML> Used to begin any HTML document. The opening tag is always placed at the beginning of your document, and the closing tag is placed at the very end.
<HEAD> Inserted just after the HTML tag. Includes title and other page information.