Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <h1>Form example</h1> <form action="/form/submit" method="GET or POST" > <textarea rows="3" cols="30" placeholder="Type some text here"></textarea><br/> <input type="submit" value="Submit"/> </form> </body> </html>