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

Save as Private