-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
75 lines (72 loc) · 2.91 KB
/
Copy pathcontact.html
File metadata and controls
75 lines (72 loc) · 2.91 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<htmL>
<head>
<titlE>
Contact Apple Store </titlE>
<link rel="stylesheet" type="text/css" href="./CSS/style.css">
</head>
<body>
<div>
<h1> Contact Apple Store</h1>
<center>
<ul id = "menu">
<li id ="items"> <a href = "index.html"> About </a> </li>
<li id ="items"><a href = "history.html"> History </a> </li>
<li id ="items"><a href = "ipad air.html"> Ipad Air </a> </li>
<li id ="items"><a href = "iphone 7.html"> Iphone 7</a> </li>
<li id ="items"><a href = "iphone6.html"> Iphone 6 </a> </li>
<li id ="items"><a href = "apple tv.html"> APPLE TV </a> </li>
<li id ="items"> <a href = "contact.html"> Contact </a> </li>
</ul>
</center>
<div id="main">
<p>
<h2 align="center"> Apple Stores IN India </h2>
</p>
<p>
<img src="./IMG/applestores.JPG" width = "75%" height = "300px" align="center">
</p>
<p>
<h3> Apple India Head-Office Address </h3>
</p>
<table>
<tr>
<td>
<span><strong>Address</strong></span>
<br>Apple India Private Limited,
<br>UB City No 24 Vittal Mallya Road,
<br>Bangalore 560-001
<p> <span><strong> Contact </strong></span></p>
<br> <strong> Phone :</strong>080-4140-9000
<br> <strong> email : </strong> <a id="hyperlink" href
mailto="deep.adhia@yahoo.in">deep.adhia@yahoo.in</a></td>
<td>
<span><strong> SALES OPENING HOURS</SPAN>
</STRONG>
<br>MON :8:OO A.M - 8:OO P.M
<br>TUE :8:OO A.M - 8:OO P.M
<br>WED :8:OO A.M - 8:OO P.M
<br>THU :8:OO A.M - 8:OO P.M
<br>FRI :8:OO A.M - 8:OO P.M
<br>SAT :8:00 A.M - 2:30 P.M
<BR>SUN :CLOSED
</td>
<TD><span><strong> AVAILABLE AT DEALERSHIP</SPAN>
</STRONG>
<UL>
<LI> SALES</LI>
<LI> SERVICE</LI>
</UL>
</TD>
<td> <span> <strong> OWNER</strong></span>
<BR> <b>Deep Adhia </b>
<br> <img src="./IMG/deep.jpg" width=230px height=150px>
</td>
</tr>
</table>
</div>
<div>
<p id="footer"> Copyright © 2020 Apple.Inc All Rights Reserved </p>
</div>
</body>
</htmL>