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**