Copy the entire text BELOW THIS STATEMENT. Then replace the text in pink with your own text, while leaving the blue text intact. Save the document as "documentname.html" (e.g., cinderella_quiz.html), and you are ready to post it on your server!

<html>
<head>
<title>textfield form</title>
</head>
<body bgcolor=#ffffff>

<h3>Quiz 1: Cinderella</h3>

<form method="post" action="mailto:raizen@mail.utexas.edu?subject=Cinderella Quiz" enctype="text/plain">

Use this form to submit the answers to the questions below. Once you have answered the questions, send the quiz to the grader by clicking on the "Send Form" button.</p>

Name:<br>
<input name="Name:"type="text" value="" size="20"><p>

Class:<br>
<input name="Class:" type="text" value="" size="30"><p>

Instructor:<br>
<input name="Instructor:" type="text" value="" size="40"><p>

<p> Question 1: In the story of Cinderella, what was the predicament of the main character?<br>
<textarea name="1:" rows="3" cols="90"> </textarea></p>

<p> Question 2: What was the purpose of the grand ball?<br>
<textarea name="2:" rows="3" cols="90"> </textarea></p>

<p> Question 3: How did the prince find the real Cinderella?<br>
<textarea name="3:" rows="3" cols="90"> </textarea></p>

<p> Question 4: Explain the moral of the story.<br>
<textarea name="4:" rows="3" cols="90"> </textarea></p>

<br>
<br>
<br>
<br>
<input type="submit" value="Send Form">
<input type="reset" value="Clear Form">
</form>
</body>
</html>