Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>HTML button tag</title> </head> <body> <form action="../form_submit.php" method="post" id="myform"> Your Feedback:<br /> <textarea cols="65" rows="4" name="Feedback" >I realy like because....</textarea/> </form> <button type="submit" form="myform" value="Submit">Submit</button> </body> </html>
  Preview Arrow