Skip to content

asenka0301/2-Survey_form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeCodeCamp project - Survey Form

Tasks

  1. There should be title with id=title in h1.
  2. There should be a short explanation with id="description" in p sized text.
  3. There should be a form with **id="survey-form"
  4. Form element witn field name should has id="name".
  5. Form element with field email address should has id="email".
  6. It you enter an email address that is not formatted correctly you will see an HTML validation error.
  7. inside the form enter a number in a field with id="number".
  8. If enter non-numbers in the number input you will see HTML5 validation error.
  9. If enter numbers outside the range of the number input, which are defined by the min and max attributes, you will see an HTML5 validation error.
  10. For the name, email, and number input fields inside the form should be corresponding labels that describe the purpose of each field with the following ids: id="name-label", id="email-label", and id="number-label".
  11. For the name, email, and number input fields, must be a placeholder text that gives a description or instructions for each field.
  12. Inside the form element, an option from a dropdown has a corresponding id="dropdown".
  13. Inside the form element, you can select a field from one or more groups of radio buttons. Each group should be grouped using the name attribute.
  14. Inside the form element, you can select several fields from a series of checkboxes, each of which must have a value attribute.
  15. Inside the form element, textarea at the end for additional comments.
  16. Inside the form element, a button with id="submit" to submit all my inputs.

Link to workin project on codepen.io - https://codepen.io/asenka0301/pen/ZEWyVJm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published