Skip to content

Instantly share code, notes, and snippets.

@ravidaram
Created June 23, 2013 03:39
Show Gist options
  • Save ravidaram/5843693 to your computer and use it in GitHub Desktop.
Save ravidaram/5843693 to your computer and use it in GitHub Desktop.
Contact us with forms
<html>
<head>
<title> Contact Us </title>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
</head>
<body>
<form>
Name: <input type="text" name="name"><br>
Phone:<input type="text" name="Phone"><br>
Email: <input type="text" name="Email">
</form>
<br>
<P>
Manheim is available 24x7. you can contact any time
</P>
<br>
<a href="homepage.html"> Home </a>
<br>
<a href="aboutus.html"> About Us </a>
</body
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment