HTML forms
In order to gather information using a webpage you can use <FORM> and <INPUT> tags.
Create a simple form which will collect the following information –
Name – Using a textbox
Age – Using a textbox
Likes pizza – checkbox or selection
Make sure the INPUT boxes are surrounded by FORM tags.

You need to log in or create an account to submit code!











