HTML Feedback Form

 HTML Feedback Form



Here is the code to create the feedback form using html simple tags. I know here are too much new tags but they are actually too useful and simple to use. You should only need to understand how to use and decide where to use. Here in simple words the only tag which is used is the input type and remaining part is actually the decision. You need to learn the input tag only and remaining tags we discussed before. So you should test this code by your self also try to understand that how they are working.

To make the lists I already shared the code before in other coding Blog. 


       
<html>
<head>
<title>Make it easy</title>
<body>
<font size="6">
<b><h>Feedback Form</b></h></font>
<form>
<b>Name</b></br>
<input type="text" name="name"><br>
<b>Email</b><br>
<input type="text" name="Email"><br>
<b>Password</b><br>
<input type="placeholder"><br>
</form>
<li>please check the all emotions apply to you</li>
<ul>
<li><input type="checkbox" angary=angary>Angary<br></li>
<li><input type="checkbox" sad=sad>Sad<br></li>
<li><input type="checkbox" happy=happy>Happy<br></li>
<li><input type="checkbox" good=good>Good</li>
</ul>
<li>please satisfied were you our service</li>
<ul>
<li><input type="radio" name=very satisfied>Very satisfied</li>
<li><input type="radio" name=Satisfied>Satisfied<br></li>
<li><input type="radio" name=good>Good<br></li>
<li><input type="radio" name=Don't care>Don't care<br></li>
<li><input type="radio" name=poor>poor<br></li>
</ul>
<li>Further Comments <input type="text" style= "height:100px;"size=50></li><br>
<li>Bio photo:&nbsp;&nbsp;&nbsp;&nbsp';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="text" name="bio" size=30>
<input type="submit" name="choose" value="choose..."/><br><br>
<li>Location visited: <input type="text" name=text size="30">
<input type="submit" name="location" value="Select Location"></li><br>
<li><input type="submit" name="submit"></li>
</body>
</html>

Comments

Popular posts from this blog

Multiple inheritance,friend function and multiple file in oop(object oriented programming)

Concepts of OOP (object oriented programming)

Concepts in c++........