julija777 / SurveyPageJulija777

Project for FreeCodeCamp certificate and for pre-course task for School of Code Bootcamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SurveyPageJulija777

Project for FreeCodeCamp certificate and for pre-course task for School of Code Bootcamp

Survey Form tests passes:17 failures:0 duration:0.04 #Technology Stack

  1. You can use HTML, JavaScript, and CSS to complete this project. Plain CSS is recommended because that is what the lessons have covered so far and you should get some practice with plain CSS. You can use Bootstrap or SASS if you choose. Additional technologies (just for example jQuery, React, Angular, or Vue) are not recommended for this project, and using them is at your own risk. Other projects will give you a chance to work with different technology stacks like React. We will accept and try to fix all issue reports that use the suggested technology stack for this project. Happy coding! #Content
  2. I can see a title with id="title" in H1 sized text.
  3. I can see a short explanation with id="description" in P sized text.
  4. I can see a with id="survey-form".
  5. Inside the form element, I am required to enter my name in a field with id="name". If I do not enter a name I will see an HTML5 validation error.
  6. Inside the form element, I am required to enter an email in a field with id="email". If I do not enter an email I will see an HTML5 validation error.
  7. If I enter an email that is not formatted correctly, I will see an HTML5 validation error.
  8. Inside the form, I can enter a number in a field with id="number".
  9. If I enter non-numbers in the number input, I will see an HTML5 validation error.
  10. If I enter numbers outside the range of the number input, I will see an HTML5 validation error.'
  11. For the name, email, and number input fields inside the form I can see corresponding labels that describe the purpose of each field with the following ids: id="name-label", id="email-label", and id="number-label".
  12. For the name, email, and number input fields, I can see placeholder text that gives me a description or instructions for each field.'
  13. Inside the form element, I can select an option from a dropdown that has corresponding id="dropdown".'
  14. Inside the form element, I can select a field from one or more groups of radio buttons. Each group should be grouped using the name attribute. Each radio button must have a value attribute.
  15. Inside the form element, I can select several fields from a series of checkboxes, each of which must have a value attribute.
  16. Inside the form element, I am presented with a <textarea> at the end for additional comments.'
  17. Inside the form element, I am presented with a button with id="submit" to submit all my inputs.

https://codepen.io/julija777/pen/KKvoZqj

About

Project for FreeCodeCamp certificate and for pre-course task for School of Code Bootcamp


Languages

Language:HTML 67.6%Language:CSS 32.4%