Surveyform
Surveyform
DOCTYPE html>
<html lang='en'>
<head><title>freeCodeCamp Survey Form</title></head>
<body>
<h1 id='title'>freeCodeCamp Survey Form</h1>
<p id='description'>Thank you for taking the time to help us improve the
platform</p>
<form id='survey-form'>
<label for='name' id='name-label'>
Name<br><input id='name' type='text' placeholder='enter name'
required><br>
</label><br>
<label for='email' id='email-label'>
Email<br><input id='email' type='email'
placeholder='enter email' required><br>
</label><br>
<label for='number' id='number-label'>
Age(optional)<br>
<input id='number' type='number'
placeholder='enter age' min=10 max=99><br>
</label><br>
Which option best describes
your current role?<br>
<select name="dropdown"
id="dropdown">
<option
value="student">student</option>
<option
value="full time">full time</option>
<option
value="part time">part time</option>
<option
value="prefer not to say">prefer not to say</option>
</select><br><br>
Would
you recommend freeCodeCamp to a friend?<br>
<br><br>
What would you like to see improved? (Check all that apply)<br>
<br>
</textarea>
<br><br><center>