-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (108 loc) · 2.68 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<html>
<head>
<title>html basics</title>
</head>
<center>
<body>
<h1>VIJAY ANTONY MUSIC DIRECTOR</h1>
<p>Lorem ipsum <b>dolor sit amet <i>consectetur</i> adipisicing elit</b>. Aspernatur ipsam rerum illo. <br> Cum fugit nulla quisquam sapiente, ab minima vel rerum illo iure tempore veniam alias dolor <br> veritatis optio non quos expedita enim provident sed nam in odio eveniet. Error magni deserunt voluptatum facilis? Incidunt temporibus quo architecto aliquam ipsa?</p>
<hr>
<hr>
<img src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQx5ojGCxbAqKQcNvC2frHrLLXkbBRINrNjmok0CkTDMQDjZacc" alt="vijay antony">
<br> <a href="https://timesofindia.indiatimes.com/topic/Vijay-Antony/movies" target="_blank">vijay antony recent movie|</a>
<a href="https://en.wikipedia.org/wiki/Vijay_Antony" target="_blank">vijay antony history|</a>
<a href="https://spicyonion.com/musicdirector/vijay-antony-movies-list/" target="_blank">vijay antony music</a><br>
<hr>
<h2>Vijay Antony movies</h2>
<ol type="a" start="i">
<li> naan </li>
<li> salim </li>
<li> nambiyar </li>
<li> india pakishtan </li>
<li> yeman </li>
</ol><hr><hr>
<table>
<thead>
<tr>
<th>name</th>
<th>age</th>
<th>gender</th>
<th>class</th>
<th>college</th>
<th>place</th>
</tr>
</thead>
<tbody>
<tr>
<td>mohan</td>
<td>21</td>
<td>male</td>
<td>viscomm</td>
<td>evr college</td>
<td>trichy</td>
</tr>
<!-- <tr>
<td>dharani</td>
<td>21</td>
<td>fmale</td>
<td>lawer</td>
<td>law college</td>
<td>trichy</td>
</tr> -->
</tbody>
<!-- </table><hr>
<taBLE>
<TR>
<th>name</th>
<td>mohan</td>
<td>dharani</td>
<td>prem</td>
<td>asha</td>
</TR>
<TR>
<th>age</th>
<td>21</td>
<td>22</td>
<td>21</td>
<td>20</td>
</TR>
<TR>
<th>gender</th>
<td>male</td>
<td>female</td>
<td>female</td>
<td>female</td>
</TR>
<TR>
<th>class</th>
<td>viscomm</td>
<td>lawer</td>
<td>lawer</td>
<td>lawer</td>
</TR>
<TR>
<th>college</th>
<td>evr college</td>
<td>law college</td>
<td>law college</td>
<td>law college</td>
</TR>
<TR>
<th>place</th>
<td>trichy</td>
<td>trichy</td>
<td>thillainagar</td>
<td>thanjavur</td>
</TR>
</taBLE> -->
<hr>
<hr>
<div>
<section>
<h1>moral of story vibe also vijay antony</h1>
<p> adiye</p>
</section>
</div>
</body>
</center>
</html>