====== Basic HTML Structure ====== === 1. Document Structure === An HTML document begins with the following structure: My HTML Page

Welcome to HTML

This is a sample HTML page.

=== 2. HTML Doctype Declaration === HTML uses a simple doctype declaration: This ensures that the browser renders the page in standards mode.