-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (83 loc) · 4.61 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Article On Education Website</title>
</head>
<body style="background: url(img.jpg);
background-repeat: no-repeat; background-size: 100%;">
<h1 style="margin: 30px 20px 20px 150px; font-size: 5rem; color: rgb(190, 190, 190);">
What is Education
</h1>
<h2 style="margin-left: 2.5rem; margin-right: 60rem; margin-bottom: 2rem; text-align: center;
color: rgb(160, 160, 160);">
<em>
Education in its general sence is a form of learning in which the knowledge, skills and habits of group of people are transferred from one generation to the next through teaching, training, or research.
</em>
</h2>
<h2 style="margin-top: 30px; margin-left: 2.5rem; margin-right: 58rem; color: rgb(190, 190, 190);">
Education Today
<ul style="margin-top: 10px; color: rgb(160, 160, 160); font-size: 1.2rem;">
<li>
Today's education system is chalenging but needs some changes.
</li>
<li>
The education system puts more emphasis on the theoretical knownledge than the practical.
</li>
<li>
The Quality of the education must be improved rather than the Quantity.
</li>
</ul>
</h2>
<h2 style="margin-top: 30px; margin-left: 2.5rem; margin-right: 58rem; color: rgb(190, 190, 190);">
Challenges in Present Education System
<ul style="margin-top: 10px; color: rgb(160, 160, 160); font-size: 1.2rem;">
<li style="margin-right: -5rem;">
Lack of will to learn in youth:
<b style="font-weight: normal;">
because they are unable to adjust for long period in class rooms, the ability of teachers to inspire students is decreasing day by day. Because of this, people are becoming bookish knowledge in presnt education system
</b>
</li>
<li style="margin-right: -10rem;">
Quality of Teaching:
<b style="font-weight: normal;">
The very recent graduates are appointed as teachers which affect a lot, this is all done because the managements can reduse their burden of spending money for experienced ones.
</b>
</li>
<li style="margin-right: -15rem;">
Infrastructure:
<b style="font-weight: normal;">
Infrastructure provided today in any college is not that efficient as it should be. In government schools there are no proper class rooms, efficient staff, etc.
</b>
</li>
</ul>
</h2>
<h2 style="margin-top: 30px; margin-left: 2.5rem; margin-right: 36rem; color: rgb(190, 190, 190);">
What we have to do
<p style="margin-top: 10px; margin-left: 2.5rem; color: rgb(160, 160, 160); font-size: 1.2rem;">
If the government takes action against at least some of the challenges mentioned above, then the future of students can improve, leading them to become more successful individuals. As everyone knows, many countries have a significant youth population. If there is a revolution in the current educational system, <u>every student today may become successful in life</u>. If this happens, no one can stop these nations from transforming from developing to developed countries, which they have been striving for over many years.
</p>
</h2>
<h2 style="margin-top: 30px; margin-left: 2.5rem; margin-right: 36rem; color: rgb(190, 190, 190);">
Conclusion
<p style="margin-top: 10px; margin-left: 2.5rem; color: rgb(160, 160, 160); font-size: 1.2rem;">
Education is "Preparing a person to face everyday life."
</p>
</h2>
<h2 style="margin-top: 30px; margin-left: 2.5rem; margin-right: 36rem; color: rgb(190, 190, 190);">
Manymore on Topic
<p style="margin-top: 10px; margin-left: 2.5rem; color: rgb(160, 160, 160); font-size: 1.2rem;">
<a href="https://www.britannica.com/topic/education" target="_blank" style="color: rgb(60, 165, 165);">
www.britannica.com
</a>
<br>
<a href="https://en.wikipedia.org/wiki/Education" target="_blank" style="color: rgb(60, 165, 165);">
www.wikipedia.org
</a>
<br>
<a href="https://www.worldbank.org/en/topic/education" target="_blank" style="color: rgb(60, 165, 165);">www.worldbank.org</a>
</p>
</h2>
</body>
</html>