# Form Controls Reference A consolidated reference guide covering HTML form structure, native form controls, HTML5 input types, and additional form elements. Content sourced from the Mozilla Developer Network (MDN) Web Docs. --- ## Table of Contents 1. [How to Structure a Web Form](#how-to-structure-a-web-form) 2. [Basic Native Form Controls](#basic-native-form-controls) 3. [HTML5 Input Types](#html5-input-types) 4. [Other Form Controls](#other-form-controls) --- ## How to Structure a Web Form > **Source:** https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Forms/How_to_structure_a_web_form ### The `
``` Form controls can exist outside a `