-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexp18Table3.html
More file actions
63 lines (54 loc) · 1.42 KB
/
exp18Table3.html
File metadata and controls
63 lines (54 loc) · 1.42 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
<!-- example on table tag-->
<DOCTYPE html>
<html lang="en">
<head>
<title> my 18th web page</title>
<link rel="icone" href="id.png"/>
</head>
<body>
<h3>example on tables<h3>
<table align="center" width="" >
<caption><h1> List of bikes </h1></caption>
<tr>
<td>
<img src="image\bike.jpg" width="120px" height="120" title="Yamaha 330"/>
</td>
<td>
<h3>Yamaha lajsdf(lajdd)</h3>
<ul>
<li>987 jlkj| 98</li>
<li>987 jlkj| 98 98klj okllkjl</li>
<li>Your connection was interrupted A network.
</li>
</td>
<td>
<h3>offer Price ₹ 44,40000</h3>
MRP:<del> ₹300000</del><br>
Discount <mark> 25%</mark>
<em>free delivery</em>
</td>
</ul>
</tr>
<tr>
<td>
<img src="image\bike.jpg" width="120px" height="120" title="Yamaha 330"/>
</td>
<td>
<h3>Yamaha lajsdf(lajdd)</h3>
<ul>
<li>987 jlkj| 98</li>
<li>987 jlkj| 98 98klj okllkjl</li>
<li>Your connection was interrupted A network
</li>
</td>
<td>
<h3>offer Price ₹ 44,40000</h3>
MRP:<del> ₹300000</del><br>
Discount <mark> 25%</mark>
<em>free delivery</em>
</ul>
</td>
</tr>
</table>
</body>
</html>