Every HTML document should begin with the tag <HTML> and should end with the tag </HTML>. Most browsers will work without these tags, but they should be included in every document.
Most HTML tags come in pairs; a tag of the form <TAG> to start and a tag of the form </TAG> to finish.