-
Notifications
You must be signed in to change notification settings - Fork 0
/
test 1.html
73 lines (68 loc) · 1.75 KB
/
test 1.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
<html>
<head>
<title> Lucknow</title>
</head>
<body>
<table cellspacing="30">
<tr>
<td><img src="th.png.jpg"></td>
<td><p>name-vaibham mishra</p>
<p>student of L.I.T</p>
<p>and student of b.tech</p>
</td>
</tr>
</table>
<hr size="3" noshade="0" color="red">
<center>
<h1> welcome </h1>
<h4> To </h4>
<h2> lucknow </h2>
</center>
<hr size="3" noshade ="0" color="red">
<center><h2> content</h2></center>
<P><em> The lucknow is <strong><a href="https://en.wikipedia.org/wiki/Lucknow">lovely city</a></strong> </em></p>
<p>I am student.and i love biryani</p><hr>
<h3>about of lucknow</h3>
<ul>
<li>capital of uttar pradesh.</li>
<li>its very beautifull place.</li>
<li>lucknow have largest gaurden.</li>
</ul>
<ol>
<li><a href="https://en.wikipedia.org/wiki/Ambedkar_Memorial_Park">lucknow have ambedkar part.</a></li>
<li>luckonw have good raod.</li>
<li>i am studing in lucknow city.</li>
</ol><hr>
<h3>lucknow food</h3>
<table cellspacing="30">
<tr>
<td>
<strong>food</strong>
</td>
<td><strong>price</strong></td>
</tr>
<tr>
<td><em>biryani</em></td>
<td>500gram-110 rupess</td>
</tr>
</table><hr>
<h3>skill</h3>
<table cellspacing="10">
<tr>
<td>web developer</td>
<td>⭐⭐⭐⭐⭐</td>
<td>web developer</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>software manager</td>
<td>⭐⭐⭐⭐</td>
<td>software manager</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table><hr>
<br>
<a href="about lucknow.html">about lucknow</a>
<a href="contact-me.html">contact me</a>
</body >
</html>