Final project #2

Tell us what’s happening:

so im new to this…brand new and i keep having to go back to old lessons to do simple stuff. while doing the project #2 i figured id look to see how far off i was to the correct code sense i couldnt figure out how to arrange my text boxes in rows and put text inside them to indicate the fields purpose

Your code so far

<h1 style="color :white;"> select an option</h1>
 name <input type="text" id="name" for="name"</input>
<label>
  email<input type="text" id="name" for="name"</input>
<label>

  age (optional)
  
  <input type="text" id="name" for="name"</input>
<label>
 
  which option best describes your role
  <input type="text" id="name" for="name"</input>
<label>
  <input type="checkbox" name=name</label>


<button type="submit">submit</button>
  <form action="/submit-form-data" id="submit"</form>

**CSS
body{
  background-color: 
  yellow;
}
h1 {
font-family: Raleway, sans-serif;
 color: white;
}

**javascript

const projectname ='survey form';

**this is for final project 2**

Hello~!

Are you working on this in CodePen, by chance? If so, providing us with the link would make debugging much smoother. :slight_smile:

yes i am

also i apologize i started the file off of a fork and i couldnt find a way to save or share without starting from scratch

If you’re working in CodePen, make sure you’re logged in to save your work. :slightly_smiling_face:

so… are we supposed to just open and copy the code they used ? or what?

If you are working on CodePen, you can “fork” the FreeCodeCamp Test Suite pen. This will copy that pen (which includes only the test suite) to your account, so you can begin building and testing your project. This will allow you to save your work to your CodePen account. :slight_smile:

progress