These are some interactive elements that you can integrate within your page :
Text area: You could change the measurements of the text area, take a look at the source code to see how.
You can also create a text box : Creating multi-optional check box is also easy : I like onions I like cookies I like milk I like oranges
Each check box is a distinct variable (check source to see how do you declare its name).
When the user marks a "check" the variable would get the value -on .
Option I Option II Option III
You can also select from a multi-item list : Small Medium Large you can crate change the options list by adding more OPTION VALUES, take a look at the source to see how ....
END OF HTML