Survey Form - Build a Survey Form

Tell us what’s happening:
Describe your issue in detail here.

Your code so far
Good day, am just a beginner, just started some days back, I would like a confirmation?
When Building the Survey Form ( I find out that it’s kind of hard, and am I suppose to maybe take not from previous lesson to use?
Or build it off head?)
Because if I start the test, and I got stuck, I’ll just save the code, then restart the previous lesson that I’ve finished, am I supposed to do that?, or once I start the test am not supposed to go back to the previous lesson for reference?

<!-- file: index.html -->
<h1 id='title'>Survey</h1>
<p id='description'> Personal Survey</p>
<form id='survey-form'>
  <label id="name-label"> <input id="name" required placeholder="Enter your name" type="text"/> Name: </label>
  <label id="email-label"><input placeholder="Enter your email" id="email" required type="email" /> Email: </label>
  <label id="number-label"><input id="number" placeholder="Enter your number" min="8" max="16" /> Number:     </label>
  <select id="dropdown">
  <input value="1" name="yes" type="radio"/>
  <input value="2" name="no" type="radio"/>
  <options name="yes"/>
  <options name="no"/>
</select>
  <input type="checkbox"/>
  <textarea></textarea>
  <button id="submit"></button>
</form>
   
/* 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/107.0.0.0 Safari/537.36

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

And I want know, can I move to the next lesson without the certification, then may come back for certification?

i would advise you go through the course, and get the certifications as well, it is definitely a plus

sure, but to get a certification you should at least complete the 5 or so requirement projects.
and welcome to the community

Good day, and thanks for the reply,
But I want to verify something?
Can I take down not during lectures, and go through it before certification?

of course you can take notes.
Of course you can read your own notes whenever you want.
This website is not a test website. It’s a teaching site.
Taking notes and reading them and using them is highly encouraged.

1 Like