Skip to content
Sections
Personal tools
You are here: Home » Members » sbaldwin's Home » Courses » Previous Semesters » Forms

Forms

Document Actions

back to ENGL303

What's your name?

Do you like basketball? Yes No

No here!
Do you like dark beer? or light beer?

There was a (noun) who liked to (verb) whenever it was (noun). He did it very (adverb).

I like covered with and with an ice cold drink of

Created by sbaldwin
Last modified 2006-02-21 02:53 PM

here's the code

Posted by sbaldwin at 2006-02-21 02:54 PM
<form>
What's your name? <input type="text" size="10"><br>


Do you like basketball? <input type="radio" name="bball"> Yes <input type="radio" name="bball"> No<br>

No here! <input type="checkbox"><br>
Do you like dark beer? <input type="checkbox"> or light beer? <input type="checkbox">


There was a <input type="text" size="10"> (noun) who liked to <input type="text" size="10">(verb) whenever it was <input type="text" size="10">(noun). He did it very <input type="text" size="10">(adverb).

<input type="reset">
</form>



<form>

I like <select>

<option value="1"></option>
<option value="2">steak</option>

<option value="3">lobster</option>

<option value="4">parsnips</option>

<option value="5">moldy mice</option>

</select> covered with <select><option value="1"></option>

<option value="2">cheese sauce</option>

<option value="3">fried onions</option>

<option value="4">old socks</option></select> and with an ice cold drink of
<select>

<option value="1"></option>

<option value="2">light beer</option>

<option value="3">carrot juice</option>

<option value="4">antifreeze</option></select><br>



<input type="Reset" value="Clean it up!" align="MIDDLE">

</form>

 

Powered by Plone

This site conforms to the following standards: