-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfootball.html
45 lines (45 loc) · 2.55 KB
/
football.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Football</title>
</head>
<body bgcolor="blueviolet">
<h1 align="center" style="color:burlywood;font-family: 'Times New Roman', Times, serif; text-shadow: 2px 2px 2px blue;"><u><b>FOOTBALL</b></u></h1>
<marquee direction="left" width="100%" height="75px" scrollamount="10" vspace="5" bgcolor="yellow"><h1 style="color:red;"> Just to facilitate our customers we have given a table,that provides necessary informations about our Football Products</h1></marquee>
<style>
table{
color:darkblue;
}
td{
color:darkred;
}
</style>
<table align="left" bgcolor="greenyellow" border="3px" width="50%" height="50%" cellpadding="20px" cellspacing="15px" style="border-color: darkblue; border-style:ridge; border-width: 1cm;">
<tr>
<th>Product name</th><th>Product brand</th><th>Product price</th>
</tr>
<tr align="center">
<td><a href="nike.jpg" target="_blank">Ball</a></td><td>Nike</td><td><strike>₹170</strike> ₹100</td> <!--ctrl+alt+4=₹-->
</tr>
<tr align="center">
<td><a href="Forza.jpg" target="_blank">Pump</a></td><td>Forza</td><td><strike>₹10</strike> ₹5</td>
</tr>
<tr align="center">
<td><a href="adidas.jpg" target="_blank">Shoe**</a></td><td rowspan="2">Adidas</td><td><strike>₹800</strike> ₹500</td>
</tr>
<tr align="center">
<td><a href="socks.jpeg" target="_blank">Socks</a></td><td>₹20</td>
</tr>
<tr align="center">
<td><a href="sportpro.jpg" target="_blank">First Aid Kit</a></td><td>Sportpro</td><td>₹20</td>
</tr>
</table>
<img style="border-width:5mm; border-color: darkcyan; border-style: groove;" width="45%" height="497px" src="football1.jpg" alt="football1" ><br><br>
<h2 style="color:blanchedalmond; font-size: x-large;">Please click on the Product name to check our product image</h2>
<h3 style= "font-size: x-large;"> For buying your preferrable goods drop in a mail to [email protected] (<abbr title="Cash On Delivery">COD</abbr> also available)</h3>
<h3 style="color:antiquewhite; font-size: x-large;">**can get a pair of Adidas socks free if total bill is more than ₹600 </h3>
<h4 style=" font-size:large;">This offer is valid only for limited time.Please hurry up!!!</h4>
</body>
</html>