DOCTYPE Declaration
Declares the document type and HTML version the browser should use to render the page. Essential to ensure the standard HTML5 rendering mode and avoid "quirks" mode, which can cause visual inconsistencies.
<!DOCTYPE html>When to useWhen starting any HTML document to define the HTML version.