Close window
Minimize window
Resize window
Contact
-
Alex Vish portfolio
Contact.html
x
Contact Form
<
form
action
=
"/contact.php"
method
=
"post"
>
<
p
>
<
label
for
=
"name"
>
Name:
</
label
>
<
input
name
=
"name"
type
=
"text"
value
=
"
"
>
</
p
>
<
p
>
<
label
for
=
"email"
>
Email:
</
label
>
<
input
name
=
"email"
type
=
"email"
value
=
"
"
>
</
p
>
<
p
>
<
label
for
=
"message"
>
Message:
</
label
>
<
textarea
name
=
"message"
>
</
textarea
>
</
p
>
<
p
>
<
button
type
=
"submit"
>
Send
</
button
>
</
p
>
</
form
>