contact_form.html has the HTML form containing Name input field and Message and Comments textarea, alongwith Gender checkbox and the submit button.
contact_form.html also contains the Jquery code and the Ajax request that sends the form data(name, message, comments and gender) to contact_form.php file
contact_form.php file contains insert query to insert name, message, comments and gender values from the form into the DB tables