Structure of a Basic HTML Document
A basic HTML document follows a standard structure that tells the browser how to interpret the content. It starts with a document type declaration, followed by the <html> root element, which contains two main sections: the <head> and the <body>.