My code keeps failing for these requirements please help
*/ <label for="number" id="number" name="number-label"> What is your age?
<input id="number" min=18 max=50 type="number">
</label>*/
You should have a label element with an id of number-label .
Your #number-label should contain text that describes the input.
Your #number-label should be a descendant of #survey-form .
Photos/screenshots of an error can be helpful, but it also helps to provide the complete code. Posting the code helps us help you better!
When you enter a code, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.