1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<!doctype html> <html> Hello world <form action="text" method="POST"> <textarea cols=80 rows=30 name="data"> EXT. SOMEWHERE - DAY SOME GUY appears out of nowhere. </textarea> <input type=submit> </form> </html>