<html> <head> <title>Forms</title> </head> <body> <form> <input type="text" placeholder="Type here..." name="just_text"> <input type="submit" value="Ага, согласен"> </form> </body></html>