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" method="get"> First name: <input type="text" name="username" placeholder="Your name"> <br/> <br/> <input type="submit" value="Submit"> </form> </body> </html>