Tell us what’s happening:
Describe your issue in detail here.
I’M STUCK AT RADIO BUTTON GROUP BEING DESCENDANTS OF #survey-form
Your code so far
/* file: index.Ext.html */
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="styles.css">
</head>
<body>
<main>
<h1 id="title"> freeCodeCamp Survey Form </h1>
<p id="description">Thank you for taking the time to help us improve the platform</p>
</main>
<section>
<div>
<form id="survey-form">
<input id="name" placeholder="e.g Malekeith Bauer" required>
<input id="email" type="email" placeholder="e.g username@email.com" required>
<input id="number" type="number" min="7.2" max="12" placeholder="e.g +1 772 125" required>
<label id="name-label">Full Name</label>
<label id="email-label">Email-Address</label>
<label id="number-label">Phone Number</label>
<select id="dropdown">
<option></option>
<option></option>
<div>
<input type="radio" name="human" value="verify">
</div>
<div>
<input type="radio" name="terms" value="accept">
</div>
</select>
<button class="radio"><a href="#survey-form"></a></button>
<button class="radio"><a href="#survey-form"></a></button>
</form>
</div>
</section>
</body>
</html>
/* file: styles.Ext.css */
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="styles.css">
</head>
<body>
<main>
<h1 id="title"> freeCodeCamp Survey Form </h1>
<p id="description">Thank you for taking the time to help us improve the platform</p>
</main>
<section>
<div>
<form id="survey-form">
<input id="name" placeholder="e.g Malekeith Bauer" required>
<input id="email" type="email" placeholder="e.g username@email.com" required>
<input id="number" type="number" min="7.2" max="12" placeholder="e.g +1 772 125" required>
<label id="name-label">Full Name</label>
<label id="email-label">Email-Address</label>
<label id="number-label">Phone Number</label>
<select id="dropdown">
<option></option>
<option></option>
<div>
<input type="radio" name="human" value="verify">
</div>
<div>
<input type="radio" name="terms" value="accept">
</div>
</select>
<button class="radio"><a href="#survey-form"></a></button>
<button class="radio"><a href="#survey-form"></a></button>
</form>
</div>
</section>
</body>
</html>
Your mobile information:
Infinix X680 - Android 10 - Android SDK 29
Challenge: Build a Survey Form Project - Build a Survey Form
Link to the challenge: