HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <form action="/text-plain.php"> Name: <input type="text" name="myname"> <input type="submit" formenctype="text/plain"> </form> </body> </html>
OUTPUT
×

Save as Private