-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjectTN.html
More file actions
61 lines (61 loc) · 3.14 KB
/
Copy pathProjectTN.html
File metadata and controls
61 lines (61 loc) · 3.14 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<title>ProjectTamilNadu</title>
<link rel="icon" href="image7.png">
</head>
<body>
<center><h1>Hello user, Welcome to the project TamilNadu</h1></center><center>
<p contenteditable="true" align="right">-This is project developed by the <mark>TamilNadu government to showcase the various features of tamil nadu</mark></p></center>
<br>
<br>
<h2>Objectives of this project:</h2>
<ul>
<li>To make the traditions of Tamilnadu popular.</li><br>
<li>To preserve the traditions to the next generation of the Tamilnadu</li><br>
<li>To promote tourism in Tamilnadu by advertising the various cultural heritages by this website</li><br>
<li>To educate the students about Tamilnadu</li>
</ul>
<pre>
This tag is used to preserve space and lines
It preserves the next line
</pre>
<hr>
<h2>What this webpage actually contains:</h2>
<table cellspacing="100">
<tr>
<td><img src="image1.jpeg" width="250" height="230" align="left" alt="image for cultures of TN"></td>
<td><img src="image2.jpeg" width="250" height="230" align="center" alt="image of temples in TN"></td>
<td><img src="image3.jpeg" width="300" height="230" align="right" alt="image for history"></td>
</tr>
<tr>
<td><p><a href="https://testbook.com/tamil-nadu-gk/culture-of-tamil-nadu">Culture: Dive into Tamil Nadu's unique arts,<br> music, and festivals.</a></p></td>
<td><p><a href="https://en.wikipedia.org/wiki/List_of_Hindu_temples_in_Tamil_Nadu">Temples: Learn about the architectural marvels and spiritual heritage.</a></p></td>
<td><p><a href="https://en.wikipedia.org/wiki/History_of_Tamil_Nadu">History: Unravel the stories of the ancient Tamil kingdoms.</a></p></td>
</tr>
<tr>
<td><img src="image4.jpeg" width="290" height="300" alt="image for agriculture"></td>
<td><img src="image5.jpeg" width="290" height="300" alt="image for traditional sports"></td>
<td><img src="image6.jpeg" width="290" height="300" align="right" alt="image for natural resources"></td>
</tr>
<tr>
<td><a href="https://www.tn.gov.in/deptst/agriculture.pdf">Agriculture</a></td>
<td><a href="https://en.wikipedia.org/wiki/Sports_in_Tamil_Nadu">Traditional sports</a></td>
<td><a href="https://en.wikipedia.org/wiki/Department_of_Natural_Resources_(Tamil_Nadu)">Natural resources</a></td>
</tr>
</table>
<hr>
<p align="center">Join us!</p>
<br>
<center><p>Log in or sign up to embark on this incredible journey and be part of the Tamil Nadu story!</p><br></center>
<center>
<form action="signup.html">
<button target="blank">Sign up</button>
</form>
<p>or</p>
<form action="login.html">
<button target="blank">login</button>
</form>
</center>
</body>
</html>