Using markup

<html> <body> <form method="post"> <input type="text" name="josh"> <input type="submit" value="post"> </form> <form method="get"> <input type="text" name="josh"> <input type="submit" value="get"> </form> </body> </html>