**Tell us what’s happenning here
My code is coming not together i don’t understand why ,also i don’t get which texts should be contained in the name-label,email-label, and the number-label…Id appreciate some help please
Your code so far
<!-- file: index.html -->
<h1 id="title">freeCodeCamp Survey Form</h1>
<p id="description">Thank you for taking time to help us improve the plattform</p>Name
<form id="survey-form"><input id="name" required type="text"></input> <input id="email" required type="email"></input><input id="number" type="number" min="13" max="120"></form>
<label id="name-label"><label id="email-label" ><label id="number-label"></label>
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.60
Challenge: Survey Form - Build a Survey Form
Link to the challenge: