-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcat.html
More file actions
47 lines (47 loc) · 1.66 KB
/
Copy pathcat.html
File metadata and controls
47 lines (47 loc) · 1.66 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
<html>
<head>
<title>Catalogue</title>
<body>
<center>
<table width ="100%" height="100%" frame = "box" cellspacing="10">
<tr>
<td><img src="C:\Users\exam2\Desktop\y22cb029\CSBS.jpg" width="100" height="100"/></td>
<td>Book: XML bible<br>
Author :Winston <br>
Publication: Wiely</td>
<td>Price:$ 40.5</td>
<td><button type ="submit">
<img src =" C:\Users\exam2\Desktop\y22cb029\ca.jpg" alt="buttonpng" height="100" width="100" border="0"/></button></td>
</tr>
<tr>
<td><img src =" C:\Users\exam2\Desktop\y22cb029\ai.jpg" width="100" height="100" /></td>
<td>Book: AI<br>
Author : S.Russel <br>
Publication: Princeton hall</td>
<td>Price:$ 63</td>
<td><button type ="submit">
<img src =" C:\Users\exam2\Desktop\y22cb029\ca.jpg" alt="buttonpng" height="100" width="100" border="0"/></button></td>
</tr>
<tr>
<td><img src="C:\Users\exam2\Desktop\y22cb029\java.jpg " width="100" height="100"/></td>
<td>Book: Java2<br>
Author :Watson <br>
Publication: BPB publications</td>
<td>Price:$ 35.5</td>
<td><button type ="submit">
<img src =" C:\Users\exam2\Desktop\y22cb029\ca.jpg" alt="buttonpng" height="100" width="100" border="0"/></button></td>
</tr>
<tr>
<td><img src ="C:\Users\exam2\Desktop\y22cb029\html.jpg" width="100" height="100" /></td>
<td>Book: HTMLin 24hours<br>
Author : Sam Peter <br>
Publication: :Sam publication</td>
<td>Price:$ 50</td>
<td><button type ="submit">
<img src =" C:\Users\exam2\Desktop\y22cb029\ca.jpg" alt="buttonpng" height="100" width="100" border="0"/></button></td>
</tr>
</table>
</center>
</body>
</head>
</html>