Contact Us

<!Doctype html>
<head>
<title></title>
<style>
#edit input{
background-color:white;
color:black;
text-type:bold;
height:50px;
width:700;
align:center;
font-size:28;
}
</style>
</head>
<body>

<font face="Algerian">
<h1 align="center">Contact Us</h1>
</font>
<table border="2" align="center" width="900">
<tr>
<th>
<form id="edit" align="center">
<br>Name - &nbsp<input type="text"><br><br>
E-Mail-&nbsp<input type="text"><br>
<br>Gender:<br>Male<input type="radio" name="g"><br>
        Female<input type="radio" name="g"> 
<br><br>
Message - <input type="text" placeholder="Type in what you want to convey/ask/suggest here"><br><br>
<input type="submit">
</form></th>
</tr>
</h1>
</body>
</html>