ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html dir="ltr" lang="en"> <head> <title>Feedback form</title> </head> <body bgcolor="#5DB63E"><h1 color="white">Send Your Feedback's ....</h1> <form method="POST" name="contactform" action="contact-form-handler.php"> <p><label for='name'>Your Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:</label> <input type="text" name="name"></p> <p><label for='email'>Email Address&nbsp;&nbsp;:</label> <input type="text" name="email"> <br></p> <p><label for='message'>Message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:</label> <textarea name="message" rows="5" cols="30"></textarea></p> <input type="submit" value="Submit"> </form> </body> </html>