Contact Form
<form>
<input name = "name" type = text placeholder = "Name"/><'br/>
<input name = "email" type = text placeholder = "someone@example.com"/>
<textarea placeholder="Type your message here"></textarea>
<input type = "submit" value = "Send Message " class ="submit"/>
</form>