-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (52 loc) · 1.49 KB
/
index.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>My Shop Description page</title>
<style>
body{
background-color:yellow;
}
</style>
</head>
<body>
<div>
<h1><b> thhis is my first project</b></h1>
<img src="c.jpeg">
<table border="1";>
<tr>
<th>Product name</th>
<th>Price</th>
<th>Available size</th>
<th>Quantity</th>
<th>Specification</th>
</tr>
<tr>
<td>pc</td>
<td>$2000</td>
<td>Desktop Size</td>
<td>400</td>
<td>Better For Office and Home use</td>
</tr>
</table>
<p><a href="file:///home/student/Desktop/Sumitcswquiz-1/home.html">Back to home page</a></P>
<img src="m.jpeg">
<table border="1";>
<tr>
<th>Product name</th>
<th>Price</th>
<th>Available size</th>
<th>Quantity</th>
<th>Specification</th>
</tr>
<tr>
<td>Mouse</td>
<td>$10</td>
<td>Fit with hand </td>
<td>500</td>
<td>Better for Gaming ,Office,And Home use</td>
</tr>
</table>
<p><a href="file:///home/student/Desktop/Sumitcswquiz-1/home.html">Back to Home Page</a></p>
</div>
</body>
</html>