-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main page
56 lines (52 loc) · 802 Bytes
/
Main page
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
->mainpg.html
<html>
<head>
<title>
Home Page</title>
<style>
b
{
color:aquamarine;
}
a
{
font-size:25px;
color:red;
}
pre
{
font-size:25px;
color:brown;
}
p
{
font-size:50px;
text-align:center;
background-color:blue;
color:yellow;
}
u
{
color:red;
}
</style>
</head>
<body bgcolor=yellow>
<nav><pre>
<a href="home.html">Home</a> <a href="address.html">Shipping Address</a> <a
href="Payment.html">Payment</a>
</pre>
</nav>
<p><b>Almedo Watches Shopping Website!</b></p>
<a href="home.html">Go To shop!</a>
<br>
<img align="middle" class="BuyNow" src="C:\Users\a\Downloads\buynow.jpg" width="700"
height="300" >
<pre>
<u>Almedo Watches Online Shopping Store</u>
Contact Details:
Mobile No:8895246212
E-mail:<a href="mailto:[email protected]">[email protected]</a>
</pre>
</body>
</html>