
- Foundation Tutorial
- Foundation - Home
- Foundation - Overview
- Foundation - Installation
- Foundation - Starter Projects
- Foundation - Kitchen Sink
- Foundation General
- Foundation - Global Styles
- Foundation - Sass
- Foundation - JavaScript
- Foundation - JavaScript Utilities
- Foundation - Media Queries
- Foundation - The Grid
- Foundation - Flex Grid
- Foundation - Forms
- Foundation - Visibility Classes
- Foundation - Base Typography
- Foundation - Typography Helpers
- Foundation - Basic Controls
- Foundation - Navigation
- Foundation - Containers
- Foundation - Media
- Foundation - Plugins
- Foundation SASS
- Foundation - Sass Functions
- Foundation - Sass Mixins
- Foundation Libraries
- Foundation - Motion UI
- Foundation Useful Resources
- Foundation - Quick Guide
- Foundation - Useful Resources
- Foundation - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Foundation - Form Basics
Description
Creation of forms is easy and very flexible, which are built with a combination of standardized form elements and powerful grid system.
The following table lists the form basics elements.
Sr.No. | Form basic & Description |
---|---|
1 | Text Inputs
Foundation supports input types, which are used to create a text field. |
2 | Select Menus
You can join many options into one menu by using select menu. |
3 | Checkboxes and Radio Buttons
Checkboxes can be used for selecting multiple options from a list and radio button for selecting only one option. |
4 | Fieldset Styles
It is used to group related elements together by using <fieldset>. |
foundation_forms.htm
Advertisements