-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSE.html
More file actions
28 lines (28 loc) · 886 Bytes
/
CSE.html
File metadata and controls
28 lines (28 loc) · 886 Bytes
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
<html>
<head><title>CSE</title></head>
<body>
<table align="center" border="1">
<tr>
<th align="left">Snap shot of Cover Page</th>
<th align="left">Author Name</th>
<th align="left">Publisher</th>
<th align="left">Price</th>
<th align="left">Add to cart</th>
</tr>
<tr>
<td><img src="2.jpg" width="150" height="150"></td>
<td>YASHAVANT KANETKAR</td>
<td>BPB PUBLICATIONS</td>
<td>RS.200</td>
<td><input type="button" name="Add to cart" value="Add"/></td>
</tr>
<tr>
<td><img src="3.jpg" width="150" height="150"></td>
<td>G A V PAI</td>
<td>Mc Graw Hill Education</td>
<td>Rs.250</td>
<td><input type="button" name="Add to cart" value="Add"/></td>
</tr>
</table>
</body>
</html>