-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (47 loc) · 1.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cartoon Magic</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="navbar">
<center>
<h4>
<a href="#">Home</a>
<a href="popular.html">Popular</a>
<a href="timings.html">Timings</a>
<a href="feedback.html">Feedback</a>
</h4>
</center>
</div>
<div class="main-page">
<table cellspacing="20">
<tr>
<td><img src="images/main.jpg" alt="Main" height="430" width="450"></td>
<td><h2>Welcome to the World of Cartoon Magic..!</h2>
<p>Embark on an exciting journey into the enchanting realm of Cartoon Magic! Here, imagination knows no bounds, and every adventure promises laughter, thrills, and endless fun. Join us as we explore vibrant worlds, meet beloved characters, and dive into thrilling stories that will capture your heart and ignite your imagination. Get ready to unleash the magic!</p>
</td>
</tr>
</table>
</div>
<hr>
<div class="sec2">
<h2 style="color: red; text-align: center; font-size: 30px;">Our Top 3 famous Cartoon shows.</h2>
<table>
<tr>
<td><img src="images/The_PowerPuff_Girls.jpg" height="400" width="410"></td>
<td><img src="images/oggy-and-the-cockroaches.jpg" height="400" width="410"></td>
<td><img src="images/tom&jerry.jpg" height="400" width="410"></td>
</tr>
<tr>
<td>The PowerPuff Girls</td>
<td>Oggy & the cockroaches</td>
<td>Tom & Jerry</td>
</tr>
</table>
</div>
</body>
</html>