-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact - Copy.html
47 lines (42 loc) · 2.62 KB
/
contact - Copy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html PUBLIC "-//W3C//Dth XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/Dth/xhtml1-transitional.dth">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<link href="template.css" rel="stylesheet" type="text/css" media="screen"/>
<title>Untitled 1</title>
</head>
<body id="bodystyle">
<div id="head" style="left: 0px; top: 0px"><a href="index.html"><img alt="Header_Logo" src="images/ai_logo..png"/></a></div>
<br/><br/>
<div id="bodystyle">
<div id="menu">
<ul>
<li><a href="index.html"><img src="images/icons/home.png" alt="ico" height="26px" width="26px" style="margin-right:5px;"/>Home</a></li>
<li><a href="blog.html"><img src="images/icons/blog.png" alt="ico" height="26px" width="26px" style="margin-right:5px"/>Blog</a></li>
<li><a href="News.html"><img src="images/icons/news.png" alt="ico" height="26px" width="26px" style="margin-right:5px"/>News</a></li>
<li><a href="education.html"><img src="images/icons/gallery.png" alt="ico" height="26px" width="26px" style="margin-right:5px"/>Education</a></li>
<li><a href="research.html"><img src="images/icons/research.png" alt="ico" height="26px" width="26px" style="margin-right:5px"/>Research</a></li>
<li><a href="contact.html"><img src="images/icons/contact.png" alt="ico" height="26px" width="26px" style="margin-right:5px"/>Contact</a></li>
</ul>
</div>
<hr/>
<img src="images/mail.jpg" alt="Mail" style="float:right"/>
<h1 class="clb">Contact US</h1>
<h3 class="clb">Drop us an Email</h3>
<hr/>
<form method="post" style="padding-left:50px">
Full Name:
<input type="text" value="Enter Your Full Name" style="width: 140px"/><br/><br/>
Email ID:
<input type="text" value="Enter your Email Address" style="width: 210px"/><br/><br/>
Enter Your Comments:<br/>
<textarea rows="10" cols="50"></textarea><br/><br/>
<input type="submit"/></form>
<!-- Page Contents Here -->
</div>
<div style="width:1000px;float=left"> </div>
<div id="footer">
©2011 <a href="contact.html">Jasmeet</a> <a href="index.html">AI Home</a> <a href="contact.html">About AI</a> <a href="#">Terms & Services</a> <a href="#">Privacy Policy</a>
</div>
</body>
</html>