- The HTML and CSS Workshop
- Lewis Coulson Brett Jephson Rob Larsen Matt Park Marian Zburlea
- 112字
- 2021-06-11 12:55:02
4. Forms
Overview
By the end of this chapter, you will be able to use the correct HTML form elements to build an online form; customize form elements to improve the look and feel of your web forms; build online forms; apply form validation styles; and identify when to use checkboxes over radio buttons.
This chapter introduces HTML forms and associated elements used within forms. We will first look at the most common HTML form elements used when building forms. We will then take a look at some common techniques for styling forms. We will then put all of this into practice by building signup and checkout forms for a video store.
推薦閱讀
- Learning Neo4j
- Vue.js 2 and Bootstrap 4 Web Development
- Django開發從入門到實踐
- AIRAndroid應用開發實戰
- R語言數據可視化實戰
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- Unity 3D腳本編程:使用C#語言開發跨平臺游戲
- Building Dynamics CRM 2015 Dashboards with Power BI
- Hacking Android
- DevOps 精要:業務視角
- 例解Python:Python編程快速入門踐行指南
- 詩意的邊緣
- Spring MVC Blueprints
- LibGDX Game Development By Example
- Selenium自動化測試實戰:基于Python