-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (26 loc) · 833 Bytes
/
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
<html>
<head>
<style>
a{color:red ;}
</style>
</head>
<body>
<h1 align=center><a href="http://bhilwarainfo.com/">BHILWARA INFOTECH</a></h1>
<center> <img src="bhil.jpg" height="400px" width="300px" /></center>
<h2 align=center>Hello World</h2>
<table align=center>
<tr>
<td>SNo.</td>
<td>Name</td>
<td>Branch</td>
</tr>
<tr> <td>1</td>
<td>Kritika</td>
<td>Computer</td>
</tr>
<tr> <td>2</td>
<td>Ashish</td>
<td>IT</td></tr>
</table>
</body>
</html>