Need help to make your page a reality? Well you've come to the right place.
I Need the code to make a credit button a link.
What is the code for putting in a background?.
How do I make the box around graphics dissapear?.
How do I make a mail a link?
How can I make a particular subject line in a mail?
How do I make a stationary background?
How do I make a lake applet?
What is the code for putting banners in guestbooks?
How do I get html coding to appear on webpages?
How do I embed music files?.
How do I make a drop down menu of links?
How do I make a colored table?
How do I move the text off of bordered backgrounds?
How do I get the links to change color when the mouse goes over them?
How do I make a redirect page?
Attention AOL users; your graphics may not show up on all browsers.
How do I make a form that sends me email?
What is wrong with a credit page?
What on earth is a derivative work?
Forms are a method of creating interactive pages where the reader can
answer questions and send their response to you. Forms are a very
complex topic, and cannot be fully covered in one small period, so this
will just be a very basic introduction.
At the start of any form area, you must declare that you are making a form,
and give some information to the browser about what to do with it. This is
done in the form tag, through the two required parameters, action and method.
To create a form which uses the mailto action:
The action parameter specifies where the results from the form will be sent,
and the method parameter specifies how that information will be sent
there. At the end of the form, you must close the form tag ().
Inside the Form
Inside of the form, you can specify any kind of HTML codes you wish, but the only
ones which will be important for the form are the input types and the
submit tags. The name parameter are the headings that appear on the form and
help to organize the data within.
The following are different input types:
- radio - click the appropriate choice of buttons
- checkbox
- name - gives a one line box to enter information
- hidden - important information that is not visible on the screen
|
|