Survey Form - Build a Survey Form

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

Your code so far

<!-- file: index.html -->
<html>
  <head>
    <title> </title>
    </head>
    <body>
      <h1 id="title"> Ha</h1/>
      <p id="description"> loreem bsjbcjcbjdcbdjkcbdhvdbhvbdhvbdhuv dbcsduhcbdjscd jc hvbdhcvdbjvid </p>
      <form id="survey-form">
        <input id="name" type="text" required>
        <input id="email" type="email" required>
        <input id="number" type="number" max=16 min="8">
        <label for="name"> FULL NAME: </label>
         <label for="email"> Email: </label>
          <label for="number"> Phone: </label>

        </form>
      </body>
  </html>
/* 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/118.0.0.0 Safari/537.36

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

Hello!
Please tell us what the problem is in your own words. Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Hey hi, I think you need to mention label elements before each input elements…thats what i get from seeing your above code! let me know if that helps you:)

Hello!

It appears there is very much needed to complete this project.
After running the provided code through the test, it appears there are many steps, besides the great guidance of @umarnoorbhat21 provided that need to be addressed.

You can do this! It is one of the certification projects you have been working towards.

We do not provide the answers. But, we can guide you with ways to find your own solutions.

Keep up the good progress!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.