Tell us what’s happening:
Describe your issue in detail here.
Your code so far
/* file: index.Ext.html */
</head>
<body>
<h1 id="title">Survey Form</h1>
<p id="description">Please fill out this survey with your information</p>
<form id="survey-form">
<label for="name">Name:</label>
<input type="text" id="name-label" name="name" required>
<label for="email">Email:</label>
<input type="email" id="email-label" name="email" required>
<label for="age">Age:</label>
<input type="number" id="number-label" name="age" min="18" max="100">
<label
/* file: styles.Ext.css */
Your mobile information:
TECNO BG6m - Android 14 - Android SDK 34
Challenge: Survey Form - Build a Survey Form
Link to the challenge: