0% found this document useful (0 votes)
11 views2 pages

B2

The document is an HTML template for a survey form titled 'freecodecamp survey form'. It includes fields for user input such as name, email, age, and various questions regarding the user's role and feedback about the platform. The form also contains options for selecting favorite features and areas for improvement, along with a comment section and a submit button.

Uploaded by

aksharadeepa853
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views2 pages

B2

The document is an HTML template for a survey form titled 'freecodecamp survey form'. It includes fields for user input such as name, email, age, and various questions regarding the user's role and feedback about the platform. The form also contains options for selecting favorite features and areas for improvement, along with a comment section and a submit button.

Uploaded by

aksharadeepa853
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

** start of undefined **

<!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">&nbsp&nbsp&nbspdefinitely <br><br>
<input type="radio" name="radio"
class="larger"value="maybe">&nbsp&nbsp&nbspmaybe <br><br>
<input type="radio" name="radio" class="larger"value="Not
Sure">&nbsp&nbsp&nbspNot 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 **

You might also like