-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpc3.html
More file actions
50 lines (43 loc) · 1.76 KB
/
pc3.html
File metadata and controls
50 lines (43 loc) · 1.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="assests/css/style.css">
</head>
<body>
<div class="nav">
<img src="assests/image/book.png">
<ul>
<li><a href="pc1.html">Chapter-1</a></li>
<li><a href="pc2.html">Chapter-2</a></li>
<li><a href="pc3.html">Chapter-3</a></li>
<li><a href="#">Chapter-4</a></li>
</ul>
</div>
<br><br>
<hr>
<hr>
<section class="css11">
<h3><b>6. You</b></h3>
</section>
<section class="css12">
<p><b>He encouraged young people to sweep away prejudices and gave them new values for living. He stressed the importance of Truth and Non-violence and called the youth to “Be Fearless”. Gandhi is one person who realized the power and potentiality of youth, understanding the dynamics of social change.
</b></p>
</section>
<section class="css13">
<h3><b>7. Death History</b></h3>
</section>
<section class="css14">
<p>The 20th century’s most famous apostle of non-violence himself met a violent end. Mohandas Mahatma (‘the great soul’) Gandhi, who had taken a leading role in spearheading the campaign for independence from Britain, hailed the partition of the sub-continent into the separate independent states of India and Pakistan in August 1947 as ‘the noblest act of the British nation’. </p>
</section>
<section class="css15">
<img src="assests/image/flag.jpg" alt="">
</section>
<center class="css16">
<p><b>Jai Hind</b></p>
</center>
</body>
</html>