Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <form action="/form/submit" action="post"> <textarea name="comment" rows="12" cols="35">Send your comments to the author.</textarea><br> <input type="submit" name="submitInfo" value="Submit"> </form> </body> </html>