Tell us what’s happening:
How can I make a new line for each form element
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<h1 id="title">Survey Form</h1>
<p id="description">A quick form to help improve the platform</p>
<form id="survey-form">First name:<input id="name" required></input>
Enter Email:<input id="email" type="email" required></input>
Age:<input id="number" type="number" min="13" max="120"
</form>
/* 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/108.0.0.0 Safari/537.36
Challenge: Survey Form - Build a Survey Form
Link to the challenge: