-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathfourth.html
142 lines (113 loc) · 4.08 KB
/
fourth.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body background="images/bg.jpg">
<table bgcolor="white" width=100%>
<tr bgcolor="#ffbf80"><td colspan=5>
<center><font face="Curlz MT" size="7" color="black" ><b>Say No To Tobacco</b></font></center>
</td></tr>
<nav>
<img src="logo.jpg" class="logo">
<ul>
<li><a href="index.html"> Home </a></li>
<li><a href="second.html"> About </a></li>
<li><a href="third.html"> Health Hazards </a></li>
<li><a href="fourth.html"> Animations </a></li>
</ul>
</nav>
</table>
<font size=1><br></font>
<marquee bgcolor="#ffbf80"><font size=5 color="black">| Cigarettes and tobacco worth €11,000 seized in raid targeting illegal trade on Moore Street. | Tobacco stocks continue to be popular despite prevailing anti-smoking sentiment. | </marquee>
<br>
<br>
<br>
<br>
<table align="center" width= 70% height=10% bgcolor="white">
<tr>
<td bgcolor="#ffbf80" COLSPAN=5>
<center><font size=7 color="sky" >Animation Corner</font></center>
</tr>
</table>
<br>
<br>
<table align="center" width= 100% bgcolor="white">
<tr>
<td bgcolor="#ffbf80" COLSPAN=3>
<center><font size=6 color="sky" >Increase in Heart Beat Rate</font></center>
</tr>
<Tr>
<td><center><video src="inc heart.mp4" align="center" height="330" controls poster="cover.jpg" onclick="this.play();"/></center></td>
</tr>
</table>
<br>
<table align="center" width="100%" bgcolor="white">
<tr>
<td bgcolor="#ffbf80" COLSPAN=3>
<center><font size=6 color="sky" >Atherosclerosis</font></center>
</tr>
<Tr>
<td><center><video src="Arth.mp4" align="center" height="330" controls poster="cover.jpg" onclick="this.play();"/></center></td>
</tr>
</table>
<br>
<table align="center" width="100%" bgcolor="white">
<tr>
<td bgcolor="#ffbf80" COLSPAN=3>
<center><font size=6 color="sky" >Products made from Tobacco</font></center>
</tr>
<Tr>
<td><center><video src="pros.mp4" align="center" height="330" controls poster="cover.jpg" onclick="this.play();"/></center></td>
</tr>
</table>
<br>
<table align="center" width="100%" bgcolor="white">
<tr>
<td bgcolor="#ffbf80" COLSPAN=3>
<center><font size=6 color="sky" >Components of Tobacco</font></center>
</tr>
<Tr>
<td><center><video src="comp.mp4" align="center" height="330" controls poster="cover.jpg" onclick="this.play();"/></center></td>
</tr>
</table>
<br>
<table align="center" width="100%" bgcolor="white">
<tr>
<td bgcolor="#ffbf80" COLSPAN=3>
<center><font size=6 color="sky" >Effluents released upon burning Tobacco</font></center>
</tr>
<Tr>
<td><center><video src="gases.mp4" align="center" height="330" controls poster="cover.jpg" onclick="this.play();"/></center></td>
</tr>
</table>
<br>
<table align="center" width="100%" bgcolor="white">
<tr>
<td bgcolor="#ffbf80" COLSPAN=3>
<center><font size=6 color="sky" >Deposition of “Tar’’ leading to Blackening and Shrinking of Alveoli</font></center>
</tr>
<Tr>
<td><center><video src="alveoli.mp4" align="center" height="330" controls poster="cover.jpg" onclick="this.play();"/></center></td>
</tr>
</table>
<br>
<table align="center" width="100%" bgcolor="white">
<tr>
<td bgcolor="#ffbf80" COLSPAN=3>
<center><font size=6 color="sky" >Deposition of “Tar’’ leading to Blackening of Body Organs</font></center>
</tr>
<Tr>
<td><center><video src="black.mp4" align="center" height="330" controls poster="cover.jpg" onclick="this.play();"/></center></td>
</tr>
</table>
<br><br>
<table width=100% >
<tr>
<td width=40% ><a href="1.htm" style="text-decoration:underline;"><font size="5"><img src="images/home.gif" height=90 align="bottom"><center><p align="left">Back To Home</p></center></font></a>
<td align="center" width=20% ><center><a href="5.htm" style="text-decoration:underline;"><font size="5"><img src="ani.gif" height=90 align="bottom"><p align="center">Animations</p></font></a></center>
<td align="right" width=40% ><a href="5.htm" style="text-decoration:underline;"><font size="5"><img src="images/top.gif" height=90 align="bottom"><center><p align="right">Back To Top</p></center></font></a>
</tr>
</table>
<br><br>
</body>
</html>