Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<!-- file: index.html -->
<h1 id="title">Survey Form</h1><p id="description">Build an app that is functionally similar to https://survey-form.freecodecamp.rocks</p><form id="survey-form"><input id="name" type="text" placeholder="Enter Your Name" required /></input><input id="email" type="email" placeholder="Enter Your Email" required /><input id="number" type="number" min="2" max="5" placeholder="Enter Your Email"></input><label id="name-label">Akintade Abdullah</label><label id="email-label">akintadeabdullah15@gmail.com</label><label id="number-label">1</label><select id="dropdown"><option></option><option></option></select><input type="radio" value="1" name="A"><input type="radio" value="2" name="B"><input type="checkbox" value="1"></input><input type="checkbox" value="2"></input><textarea></textarea><button id="submit"></button>
/* 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/114.0.0.0 Safari/537.36 Edg/114.0.1823.82
Challenge: Survey Form - Build a Survey Form
Link to the challenge: