How do you use standard controllers in Visualforce pages?

Standard controllers in Visualforce provide basic CRUD operations for Salesforce objects, allowing developers to quickly build pages that interact with Salesforce data. For example, a Visualforce page using a standard controller for the Account object can include a form with input fields for the Account’s Name, Industry, and Phone, with built-in save and cancel actions.