B2
B2
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<title>survey_form</title>
<meta name="viewport" content="width=device-width, initial-scaled=1,user-
scalable=no" />
<link rel="stylesheet" type="text/css" href="surveyform.css">
</head>
<body>
<div class="heading">
<h1 id="title">freecodecamp survey form</h1>
<p id="description">thank for you taking time to help us improve the
platform </p>
</div>
<form id="survey-form">
<div id="survey-form">
<label id="name-label">name*</label> <br><br>
<input type="name" name="name" placeholder="enter your name" id="name"
class="box"required> <br><br>
<label id="email-label">email*</label> <br><br>
<input type="email" name="email" placeholder="enter your email"
id="email"class="box"required> <br><br>
<label id="number-label">age*</label> <br><br>
<input type="number" min="0" max="100" name="age" placeholder="enter your
age" id="number"class="box"> <br><br>
<label>which option best describes your current role?</label> <br><br>
</div>
<div id="optional1">
<select id="dropdown">
<option name="select your role" >select your role</option>
<option value="student">student</option>
<option value="full time job">full time job</option>
<option value="full time lerner">full time lerner</option>
<option value="prefer not to say">prefer not to say"</option>
<option value="other">other</option>
</select>
<br><br>
<label id="head1">would you reccommend freecodecamp to a friend?</label>
<br><br>
<input type="radio" name="radio"
class="larger"value="definitely">   definitely <br><br>
<input type="radio" name="radio"
class="larger"value="maybe">   maybe <br><br>
<input type="radio" name="radio" class="larger"value="Not
Sure">   Not Sure <br><br>
<label>what is your favorite feature in freecodecamp?</label> <br><br>
<div id="option2">
<select id="dropdown">
<option name="select an option">select an option</option>
<option value="challenged">challenged</option>
<option value="projects">projects</option>
<option value="community">community"</option>
<option value="open sorce">open sorce</option>
</select>
</div>
<label id="head2">what you like to see improved?(check all that
apply)</label> <br><br>
<div id="content2">
<input type="checkbox" name="checkbox" class="larger"
value="check"><label>front-end project</label><br><br>
<input type="checkbox" name="checkbox" class="larger"
value="check"><label>back-end project</label><br><br>
<input type="checkbox" name="checkbox" class="larger"
value="check"><label>open source community</label><br><br>
</div>
<label id="head2">any comments or suggestion?</label><br><br>
<textarea placeholder="enter your comment here..."></textarea> <br><br><br>
<button id="submit"><h3>submit</h3></button>
</form>
</body>
</html>
** end of undefined **
** start of undefined **
** end of undefined **