Business English: Handout on Code/Web Page/Email

Handout that compares HTML code/Web Page/Email Appearances

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">

A. My job is:


Student, or
OTHER

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>

1. Do you like to eat ice cream?

 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

 

5. What do you think about the price of B &J's?

  1. So Expensive
  2. Expensive
  3. Average
  4. 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">

7. Where do you usually eat ice cream? Please rank the following places.

(1-5. One is the most often)
Home, Shop,RestaurantSchool, OTHER

<H4>10. Do you have any ideas for Ben and Jerry's?</H4>

<br><textarea name="ideasforbj" rows=3 cols=60></textarea><p>

10. Do you have any ideas for Ben and Jerry's?


ideasforbj : sell to schools


Main Page|| Teaching how to make forms || Sample email message to the community|| Sample student report

http://www.cwu.edu/~freemanr/teachforms.html
Please send questions/comments to Randi Freeman/ freemanr@cwu.edu
Last updated: 6 March 1999


Main Page|| Teaching how to make forms || Sample student report

http://www.cwu.edu/~freemanr/teachforms.html
Please send questions/comments to Randi Freeman/ freemanr@cwu.edu
Last updated: 6 March 1999