HTML5 includes many new form features to improve the consistency and capabilities of web forms. Some key additions include new form controls like number, range, date, and color pickers. It also adds new attributes to improve the user experience, such as placeholder text, autofocus, restricting input values with min/max, and step controls. Browsers can now perform native form validation using features like required fields, input type validation, and custom patterns. However, support varies across browsers and older browsers may not support all new features.