- There should be title with id=title in h1.
- There should be a short explanation with id="description" in p sized text.
- There should be a form with **id="survey-form"
- Form element witn field name should has id="name".
- Form element with field email address should has id="email".
- It you enter an email address that is not formatted correctly you will see an HTML validation error.
- inside the form enter a number in a field with id="number".
- If enter non-numbers in the number input you will see HTML5 validation error.
- 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.
- 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".
- For the name, email, and number input fields, must be a placeholder text that gives a description or instructions for each field.
- Inside the form element, an option from a dropdown has a corresponding id="dropdown".
- 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.
- Inside the form element, you can select several fields from a series of checkboxes, each of which must have a value attribute.
- Inside the form element, textarea at the end for additional comments.
- 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