-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathframe_b.html
43 lines (37 loc) · 1.12 KB
/
frame_b.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
<html>
<head>
<style>
body {
background-image:url("97.gif");
}
p {
font-size:200%;
}
#header {
background-color:black;
color:white;
text-align:center;
padding:5px;
</style>
</head>
<body>
<div id="header">
<img src="ShoeSplash.jpg" width="603" height="104" alt="ShoeStore"/>
</div>
<b><i>
<p style="color:orange;">Women's shoes are as varied as women themselves -- but choosing the right styles just got a lot easier.
Below is all the information you'll need for getting a good fit, finding comfortable shoes, keeping in step with
the latest styles and trends, and getting to know hottest brands and designers!!</p>
</i>
</b>
<marquee behavior="scroll" direction="left" scrollamount="10">
<img src="slide1.jpg" width="630" height="330"/>
<img src="slide4.jpg" width="630" height="330"/>
<img src="slider1.jpg" width="630" height="330"/>
<img src="slide5.jpg" width="630" height="330"/>
<img src="slide2.jpg" width="630" height="330"/>
<img src="shoe1.jpg" width="630" height="330"/>
</marquee>
</body>
</html>