-
Notifications
You must be signed in to change notification settings - Fork 0
/
dresses.html
65 lines (52 loc) · 1.91 KB
/
dresses.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<html>
<head>
<style>
#header {
background-color:black;
font-family: "Times New Roman", Georgia, Serif;
color:white;
text-align:center;
padding:5px;
}
#nav {
background-image:url(images/m1.jpg);
line-height:30px;
background-color:#eeeeee;
height:300px;
width:200px;
float:left;
padding:5px;
}
#section {
background-color:99CC66;
width:100%;
height:400px;
float:left;
padding:10px;
}
#footer {
background-color:black;
color:white;
clear:both;
text-align:center;
padding:5px;
}
</style>
</HEAD>
<div id="header">
<h1>PALAMWALLE WEDDING PLANNER</h1>
</div>
<table bgcolor="grey" cellspacing=10% cellpadding=10% width=100% >
<tr>
<td><button style="cursor: pointer;background-color:transparent;border-color:transparent" onclick="window.location.href='shubham.html'">HOME</button><td>
<td> <button style="cursor: pointer;background-color:transparent;border-color:transparent" onclick="window.location.href='shubham.html#decoration'">DECORATION</button><td>
<td ><button style="cursor: pointer;background-color:transparent;border-color:transparent" onclick="window.location.href='shubham.html#catering'">CATERING</button><td>
<td><button style="cursor: pointer;background-color:transparent;border-color:transparent" onclick="window.location.href='dresses.html'">DESIGNER DRESSES</button><td>
<td><button style="cursor: pointer;background-color:transparent;border-color:transparent" onclick="window.location.href='shubham.html#mehandi'">MEHANDI</button><td>
<td><button style="cursor: pointer;background-color:transparent;border-color:transparent" onclick="window.location.href='shubham.html#entertainment'">ENTERTAINMENT</button><td>
<td><button style="cursor: pointer;background-color:transparent;border-color:transparent" onclick="window.location.href='shubham.html# '">PHOTO GALLERY</button><td>
<td>
</tr>
</table><br>
hii Designer dresses
</html>