Simple Design Contact Form

<html> <head> <title>Contact Form</title> <style type=”text/css”> td { font-size: 15pt; } </style> </head> <body align=”center” bgcolor=”#83ccd2″> <h2><b><u>CONTACT FORM</u></b></h2> <form method=”post” name=”contactform” action=”cform.php”> <table align=”center” border=3 bordercolor=”black”> <tr> <td>Name : </td> <td><input type=”text” name=”name” placeholder=”Firstname Secondname Lastname” size=”40″ required></td> </tr> <tr> <td>Email : </td> <td><input type=”email”… Read More »Simple Design Contact Form