Hi, Welcome to the html demo page. Do not forget to take a look at the source to see how things work at the code level.
New line
New paragraph

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 .

These radio button are also nice :

Option I
Option II
Option III

You can also select from a multi-item list :
you can crate change the options list by adding more OPTION VALUES, take a look at the source to see how ....


END OF HTML