Files
freeCodeCamp/guide/english/php/forms/index.md
Jacob Hoard 96e2a2f621 Added basic information about forms (#21593)
* Added basic information about forms

* Removed stub and fixed grammar
2018-11-17 16:40:57 -05:00

308 B

title
title
Forms

Forms

Forms are a way for users to enter data or select data from the webpage. Forms can store data as well as allow the information to be retrieved for later use.

More Information: