Skip to content

The survey form is one of the most straightforward HTML projects you can start. In this project, we will create a simple survey form and then submit the information captured. You can open any text editor to write your code, and save your file with .html extension.

Notifications You must be signed in to change notification settings

einsteinjhaps/Surveyform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Surveyform

The survey form is one of the most straightforward HTML projects you can start. In this project, we will create a simple survey form and then submit the information captured. You can open any text editor to write your code, and save your file with .html extension. For example, survey.html

You will learn about basic input tags, form creation, radio buttons, checkboxes, etc.

Here is the source code for the project with the necessary explanations of the tags. You can add elements one by one to see how they work.

Every file should start with the tag and end with end tag.

About

The survey form is one of the most straightforward HTML projects you can start. In this project, we will create a simple survey form and then submit the information captured. You can open any text editor to write your code, and save your file with .html extension.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 83.3%
  • CSS 16.7%