forked from ankit-khemani/swasthya
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mental.html
107 lines (94 loc) · 4.38 KB
/
Mental.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"> <! Used to convert machine code to human readable and vice versa using Charset UTF-8 >
<title>Mental Disorders</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h3>
<b> M   E   N   T   A   L     D   I   S   O   R   D   E   R   S </b>
</h3>
</header>
<div class="box3">
<div class="box2">
<img src="images/mental.jpg">
<p>
<b>
<br>
<br>
Mental health refers to cognitive, behavioral, and emotional
well-being. It is all about how people think, feel, and behave.
People sometimes use the term “mental health” to mean the absence of
a mental disorder. The WHO stress that mental health is “more than
just the absence of mental disorders or disabilities.” Peak mental
health is about not only avoiding active conditions but also looking
after ongoing wellness and happiness.
<br> <br>
Few Examples are given below:
</b>
</p>
</div>
<br>
<div class="box2">
<h2>
COMMON MENTAL PROBLEMS INCLUDE:
</h2>
<p>
<ol>
<li>Anxiety disorders<br>
According to the Anxiety and Depression Association of America, anxiety disorders are the most common type of mental illness.
People with these conditions have severe fear or anxiety, which
relates to certain objects or situations. Most people with an anxiety disorder
will try to avoid exposure to whatever triggers their anxiety.</li><br>
<li>Schizophrenia<br>
Schizophrenia is a mental health condition that usually appears in late adolescence or early adulthood.
Its impact on speech, thinking, emotions, and other areas of life can affect a
person’s social interactions and everyday activities.</li><br>
<li>Obsessive-compulsive disorder (OCD)<br>
Obsessive-compulsive disorder (OCD) is a mental health condition that
involves distressing, intrusive, obsessive thoughts and repetitive,
compulsive physical or mental acts.</li><br>
<li>Depression <br>
Depression (major depressive disorder) is a common and serious medical illness
that negatively affects how you feel, the way you think and how you act.
Fortunately, it is also treatable. Depression causes feelings of sadness and/or a
loss of interest in activities you once enjoyed. It can lead to a variety of
emotional and physical problems and can decrease your ability to function at work and at home..</li><br>
</b>
</ol>
</p>
</div>
<br>
<div class="box2">
<h2>
T   R   E   A   T   M   E   N   T:
</h2>
<p>
<ol>
<li><b>Institute Of Human Behavior And Allied Sciences, Delhi</b><br><br>
<b> Address: </b>Tahirpur Road, SDN Hospital Rd, Dilshad Garden, New Delhi, Delhi 110095
<br>
<b>Phone: </b> 01122112136</a>
</li>
<br>
<br>
<li> <b>Vidyasagar Institute Of Mental Health, Neuro And Allied Sciences, Delhi</b>
<br><br>
<b>Address:</b> 1, Institutional Area, Nehru Nagar, Lajpat Nagar, New Delhi, Delhi 110065
<br>
<b> Phone: </b> 01166176617
<br>
</li>
<br><br>
<li> <b>National Institute Of Mental Health And Neuro Sciences, Bengaluru</b> <br><br>
<b> Address:</b> 368, 8th Main Rd, 2nd Block, Someshwara Nagar, Jayanagar, Bengaluru, Karnataka 560029</br>
<b> Phone: </b> 08026995000 <br>
</li>
</ol>
</p>
</div>
</div>
</body>
</html>