[06cc32]: / templates / breast_cancer_info.html

Download this file

199 lines (160 with data), 5.9 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
 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Diabetes: In Depth</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-image: url('/static/main\ bg2.avif');
background-size: cover;
background-position: center;
color: #333;
}
header {
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
padding: 20px;
text-align: center;
position: relative;
}
.logo {
position: absolute;
top: 10px;
left: 20px;
right:20px;
width: 100px;
height: auto;
}
.container {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
color: #000000;
text-align: center;
}
h2 {
color: #333;
}
p {
margin-bottom: 20px;
}
a {
color: #0faacd;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin-bottom: 10px;
}
footer {
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
text-align: center;
padding: 20px;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>
<header>
<img src="/static/NEWLOGO.png" alt="Logo" class="logo">
<h1>BREAST CANCER </h1>
</header>
<div class="container">
<h2>Understanding Breast Cancer: A Comprehensive Guide</h2>
<p>Breast cancer is a condition where abnormal cells in breast tissue multiply uncontrollably and form tumors. It's the most common cancer affecting women globally, though men can also develop it. Here's a detailed breakdown of breast cancer:</p>
<h3>Anatomy and Types:</h3>
<p>The breast consists of lobules (milk-producing glands), ducts (tubes carrying milk to the nipple), fatty tissue, and connective tissue. Breast cancer can start in different parts of the breast:</p>
<ul>
<li><strong>Invasive ductal carcinoma (IDC):</strong> Most common type, originating in the ducts and spreading to surrounding breast tissue.</li>
<li><strong>Invasive lobular carcinoma (ILC):</strong> Starts in the lobules and can spread.</li>
<li><strong>Less common types:</strong> Include ductal carcinoma in situ (DCIS), a non-invasive form confined to the ducts, and Paget's disease of the breast, affecting the nipple and surrounding skin.</li>
</ul>
<h3>Risk Factors:</h3>
<p>Risk factors for breast cancer include:</p>
<ul>
<li>Age, especially after 50</li>
<li>Family history</li>
<li>Genetic mutations (BRCA1 and BRCA2)</li>
<li>Dense breast tissue</li>
<li>Hormonal factors (early menstruation, late menopause, hormone replacement therapy)</li>
<li>Lifestyle factors (obesity, lack of physical activity, alcohol consumption)</li>
</ul>
<h3>Symptoms:</h3>
<p>Common symptoms of breast cancer include:</p>
<ul>
<li>Lump in the breast or armpit</li>
<li>Change in breast size or shape</li>
<li>Dimpling of the breast skin</li>
<li>Nipple changes (inversion, retraction, discharge)</li>
<li>Redness or flaky skin on the breast or nipple</li>
<li>Pain in the breast (though not always present)</li>
</ul>
<h3>Diagnosis:</h3>
<p>Diagnosis methods for breast cancer include:</p>
<ul>
<li>Mammography</li>
<li>Ultrasound</li>
<li>Biopsy</li>
<li>Other tests such as MRI scans or blood tests</li>
</ul>
<h3>Stages of Breast Cancer:</h3>
<p>Stages of breast cancer range from 0 to IV, depending on the extent of spread:</p>
<ul>
<li>Stage 0 (carcinoma in situ)</li>
<li>Stage I & II (early-stage cancers)</li>
<li>Stage III (cancer spread to lymph nodes or surrounding tissues)</li>
<li>Stage IV (advanced cancer with distant metastasis)</li>
</ul>
<h3>Treatment Options:</h3>
<p>Treatment options for breast cancer include:</p>
<ul>
<li>Surgery (lumpectomy or mastectomy)</li>
<li>Radiation therapy</li>
<li>Chemotherapy</li>
<li>Hormonal therapy</li>
<li>Targeted therapy</li>
</ul>
<h3>Prognosis and Survival Rates:</h3>
<p>Survival rates for breast cancer are high, especially with early detection and treatment.</p>
<h3>Prevention:</h3>
<p>Lifestyle changes can help reduce the risk of breast cancer:</p>
<ul>
<li>Maintain a healthy weight</li>
<li>Exercise regularly</li>
<li>Limit alcohol consumption</li>
<li>Breastfeed if possible</li>
<li>Consider the risks and benefits of hormone replacement therapy after menopause</li>
<li>Genetic testing if you have a strong family history</li>
</ul>
<h3>Support and Resources:</h3>
<ul>
<li>American Cancer Society: <a href="https://www.cancer.org/research/cancer-facts-statistics/breast-cancer-facts-figures.html">https://www.cancer.org/research/cancer-facts-statistics/breast-cancer-facts-figures.html</a></li>
<li>National Cancer Institute: <a href="https://www.cancer.gov/types/breast">https://www.cancer.gov/types/breast</a></li>
<li>Susan G. Komen Foundation: <a href="https://www.komen.org/">https://www.komen.org/</a></li>
</ul>
<p>Remember: Early detection is key to successful breast cancer treatment. If you notice any changes in your breasts, schedule a mammogram and consult your doctor promptly.</p>
</div>
<br>
<br>
<br>
<br>
<br>
<footer>
</footer>
</body>
</html>