<pid="description">Not that we care ... (Don't worry, we don't!).</p>
<formid="survey-form"name="survey-form">
<divid="name-div"class="form-div">
<labelid="name-label"for="name"class="form-label">* Name:</label><inputid="name"class="form-input"type="text"maxlength="100"placeholder="Who did we call to dinner?"required="">
</div>
<divid="email-div"class="form-div">
<labelid="email-label"for="email"class="form-label">* Email:</label><inputid="email"class="form-input"type="email"maxlength="100"placeholder="you ate that spam in a hurry tho"required="">
</div>
<divid="number-div"class="form-div">
<labelid="number-label"for="number"class="form-label">* Size of Appetite in Miles:</label><inputid="number"class="form-input"type="number"min="1"max="11"placeholder="26.219, just kidding LOL!"required="">
</div>
<divid="relationship-div"class="form-div">
<labelid="relationship-label"for="dropdown"class="form-label">What is your relationship to the food?</label><selectid="dropdown"class="form-input">
<optionvalue="I ate it">
I ate it
</option>
<optionvalue="I cooked it">
I cooked it
</option>
<optionvalue="I married it">
I married it
</option>
</select>
</div><!-- the "name" attribute for the radio buttons is what groups them together -->
<divclass="form-div">
<labelclass="form-label">What did you eat for desert?</label><labelclass="form-input"><inputtype="radio"name="desert"value="icecream"checked> icecream<br>