I started with a simple blank html page, using textedit for writing the code.
1.To start your form simply type in <form>. This begins what will become the areas in which others can enter information on the sight.
2. now to give your first text box, say a name box, hit enter to get to next line and type
Name: <input>
this will give you your first input box with a Name at the front of it to inform your guest what to input.
3. to keep input boxes on the same line simply repeat step to placing what you would like at the front of the box before <input> tag
4. To give a line break between input boxes simply place a <br> tag (line break) in between the the input tags that you would like to place on seperate lines.
The end result is something like this basic Form sheet
I hope that you find this quick tutorial as helpful as I did
until next time
Cullen
No comments:
Post a Comment