Missouri Academy Wiki:Sandbox

From Missouri Academy Wiki
Revision as of 05:08, 27 December 2004 by Squishypickle (talk | contribs)
Jump to navigation Jump to search

This is the sandbox for editing experiments. Content added here will not stay permanently.

Student Organizations
  • Stuff
  • Stuff
  • Stuff
  • Stuff

<math>\frac{1}{2}</math>



<FORM action="http://somesite.com/prog/adduser" method="post">

<LABEL for="firstname">First name: </LABEL> <INPUT type="text" id="firstname">
<LABEL for="lastname">Last name: </LABEL> <INPUT type="text" id="lastname">
<LABEL for="email">email: </LABEL> <INPUT type="text" id="email">
<INPUT type="radio" name="sex" value="Male"> Male
<INPUT type="radio" name="sex" value="Female"> Female
<INPUT type="submit" value="Send"> <INPUT type="reset">

</FORM>