background preloader

HTML5 Forms

Facebook Twitter

New form features in HTML5. By Patrick H.

New form features in HTML5

Lauke, Chris Mills Introduction HTML5 includes many new features to make web forms a lot easier to write, and a lot more powerful and consistent across the Web. Web Forms. You are here: Home Dive Into HTML5 Diving In Everybody knows about web forms, right?

Web Forms

Make a <form>, a few <input type="text"> elements, maybe an <input type="password">, finish it off with an <input type="submit"> button, and you’re done. Ryanseddon/H5F. Validate those forms with the HTML5 form attributes and the constraint validation API.