Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> input { padding: 10px; } </style> </head> <body> <h1>Example</h1> <form action="/form/submit" method="post"> <input type="text" name="name" placeholder="Enter your name"> <input type="reset" value="Reset"> </form> </body> </html>