<HTML> <Head> <Title>Enter information</Title> </Head> <Body> <P>Please enter information about yourself:</P> <Form method="POST" action="/cgi-bin/submit-cookie.pl"> <P>Name: <input type="text" name="name"></P> <P>Favorite color: <input type="text" name="color"></P> <input type="submit"> </Form> </Body> </HTML>