HTML documents have a basic structure that includes an opening <HTML> tag and closing </HTML> tag to define the document. The <HEAD> section contains metadata like the page title defined with <TITLE> tags. The main content is defined within the <BODY> tags.