You are on page 1of 10

GROUP TWO

PRESENTATION
PREPARED BY:

VINA P. HIPOLITO
Together with;

SPENCER JOSEPH STA. MARIA


JESSA MAE NOBLESA
MADAYAG
REYNALDO RESIDE JR.
REYNO
MARY ANNE ACOLLADOR
RAFAEL ESPUERTA

KIM DOBLON
ANGELITA
KIMBERLIE JOY
JONAMI DADIVAS
BALANCIO

LESSON 5
HTML FORM

form
It is a way of
collecting
customers
information ;
conduct survey and
even online
examination.
Collected data are
submitted and
processed on the
server upon
clicking the submit
button. This
require a script or
program to
process.

Form
name

Picture

Tag

Use

One
Line
Text
Box

<input
type=text
name=valid
name
size=15
value
=any
value>

Enter one
line text of
information
.

Check
Box

<input type
=checkbox
name=valid
name
value=any
value>

Select more
than one
item from
the
selection.

Radio
button

<input
select only
type=radio one item
name=valid from the
name
selection.

continuation;
Form
Picture
Name

Scrollin
g Text
Box

Drop
Down
Menu
Push
button

Tag
<text area
cols=width
rows
=height>
</text
area>

Use

Enter any
comment
or
suggestion
s about
the web
page.
<select>
Select an
<option>it item from
em1
the drop
<option>it down list
em2
box.
</select>
<input
Submit ,
Type=butt reset the

Three

types of buttons

SUBMIT-

Sends the data from


the form to the sever of the website.

RESET- Resets or clear the


content of the form elements .

COMMAND BUTTON- Used


to execute any command on the
web page.

FORM ATTRIBUTES
1.TYPE
Creates form elements.
2.NAME
Name
each
form
of
elements to hold the value
stored in it.
3.VALUE
Store
any value in the
element. The value attribute

Specify the length of the


textbox. The size of the
element is based on the
number of characters.
5.OPTIONS
Create list items in the drop
down box
6.COLS
Specify the width of scrolling
box. The width is base on the

ROWS
Specify the length of
the textbox . The size of
the element is based on
the number of characters

THE
END
=)

You might also like