|
The HTML |
The Appearance on the Web |
The Apperance in the Email |
|
<H4>A. My job is:</H4><br><INPUT TYPE="checkbox" NAME="JOB" VALUE="STUDENT">Student, or <br> <INPUT TYPE="checkbox" NAME="JOB" VALUE="OTHER">OTHER <INPUT TYPE="text" name="JOBNAME" maxlength="60" size="50"> |
JOB : OTHER JOBNAME : teacher |
|
|
<H4>1. Do you like to eat ice cream?</H4><P><select name="likeicream"> <option>Love <option selected>Like <option>OK <option>So-so <option>Dislike <option>Hate </select> <p> |
likeicream : Love |
|
|
<H4>5. What do you think about the price of B &J's?</H4> <p>
<OL> <LI><INPUT TYPE="radio" NAME="price" VALUE="so">So Expensive <LI><INPUT TYPE="radio" NAME="price" VALUE="expensive">Expensive <LI><INPUT TYPE="radio" NAME="price" VALUE="average">Average <LI><INPUT TYPE="radio" NAME="price" VALUE="cheap">Cheap
|
price : expensive |
|
|
<H4>7. Where do you usually eat ice cream? Please rank the following places.</H4> <center>(1-5. One is the most often)</center> <input type="text"name="home" size=2>Home, <input type="text"name="shop" size=2>Shop,<input type="text"name="restaurant" size=2>Restaurant<input type="text"name="school" size=2>School, <input type="text"name="other" size=2>OTHER<INPUT TYPE="text name="otherplace" maxlength="60" size="50"> |
||
<H4>10. Do you have any ideas for Ben and Jerry's?</H4> <br><textarea name="ideasforbj" rows=3 cols=60></textarea><p> |
ideasforbj : sell to schools |