- Mastering HTML5 Forms
- Gaurav Gupta
- 95字
- 2021-07-23 14:14:39
Chapter 1. Forms and Their Significance
Using forms in a web page is the most effective way to gather relevant data from the user. Forms are how users really interact with the application whether it's a search form, a login screen, or a multipage registration wizard. Forms can have inputs such as name, gender, credit card number, password, images, or upload files into the forms.
In this chapter we will cover the following topics:
- Web forms and their benefits
- The new HTML5
<form>
elements - Building a web form
- Guidelines to build a web form
推薦閱讀
- Functional Python Programming
- 程序員修煉之道:程序設計入門30講
- 軟件界面交互設計基礎
- C語言程序設計教程(第2版)
- Learning AWS Lumberyard Game Development
- Mastering Swift 2
- JavaScript:Moving to ES2015
- Learning Vaadin 7(Second Edition)
- 零代碼實戰:企業級應用搭建與案例詳解
- 大學計算機基礎實驗指導
- Tableau Desktop可視化高級應用
- Android Game Programming by Example
- Mastering Android Studio 3
- 超簡單:用Python讓Excel飛起來(實戰150例)
- DevOps 精要:業務視角