<
html
>
<
head
>
<
title
>
my
Web Page
</
title
>
</
head
>
<
body
>
<
h2
>
my
Web Page
</
h2
>
This page brought to you by
...
<
form action
=
"
http://www.vbinformation.com/cgi
-bin/gbsample.pl"
method
=
"GET"
>
<
input type
=
"text"
name
=
"singletext"
value
=
"Sample info"
size
=
"8"
maxlength
=
"8"
>
<
input type
=
"hidden"
name
=
"hiddentext"
value
=
"state information"
>
<
input type
=
"password"
name
=
"pswline"
value
=
"Sample info"
size
=
"8"
maxlength
=
"20"
>
<
input type
=
"radio"
name
=
"choose"
value
=
"Dog"
>
Dog
<
input type
=
"radio"
name
=
"choose"
value
=
"Cat"
>
Cat
<
input type
=
"radio"
name
=
"choose"
value
=
"Pig"
checked
>
Pig
<
p
>
<
input type
=
"checkbox"
name
=
"pickme"
checked
>
Please pick me
!