-
Notifications
You must be signed in to change notification settings - Fork 0
/
Aciloc.html
44 lines (43 loc) · 1.81 KB
/
Aciloc.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
<!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>Aciloc</title>
<link rel="shortcut icon" href="images/testlogo.png" type="image/x-icon">
<link rel="stylesheet" href="css.css">
<style>
body {
background-color: rgba(196, 241, 255, 0.562);
}
.container {
text-align: center;
margin-left: 100px;
margin-right:100px;
}
p {
font-size: 22px; /* Adjust the font size as desired */
font-style: italic;
text-align: justify;
text-justify: inter-word;
}
table {
border-spacing: 30px;
}
</style>
</head>
<body>
<center>
<h1>ACILOC 150</h1><br>
<table>
<tr>
<td><img src="https://onemg.gumlet.io/l_watermark_346,w_480,h_480/a_ignore,w_480,h_480,c_fit,q_auto,f_auto/cropped/pn7apngctvrtweencwi1.jpg" alt=""></td>
</tr>
</table>
<div class="container">
<p>Aciloc 150mg tablet is a brand name for a medication called ranitidine, which belongs to a class of drugs known as H2 blockers. Aciloc 150mg is used to treat various gastrointestinal conditions, such as peptic ulcers, gastroesophageal reflux disease (GERD), and Zollinger-Ellison syndrome. Ranitidine works by reducing the amount of acid produced by the stomach, which helps to relieve symptoms such as heartburn, acid indigestion, and stomach pain. It does this by blocking the action of histamine, a chemical that stimulates the production of stomach acid.</p>
</div>
</center>
</body>
</html>