**Tell us what’s happening:
I have tried to make this code to add from the #dropdown
should have at least two selectable (not disabled) option
elements. but it still says it is wrong so can someone help
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html lang='eg'>
<h1 id='title'>What anime is the Best?</h1>
<p id='description'>There are plenty of anime's... Which ones do you think is best!</p>
<form id='survey-form' type='text'> Name:
<input id='name' type='text' placeholder='Name'required> <label id='name-label'>
Email:
<input id='email' type='email' required placeholder='Email'> <label id='email-label'>
Age:
<input id='number' type='number' min=0 max=120 required placeholder='Age'> <label id='number-label'>Age
<select id='dropdown'>
<input type='radio'>
<input type='radio'>
</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/114.0.0.0 Safari/537.36
Challenge: Survey Form - Build a Survey Form
Link to the challenge: