-
Notifications
You must be signed in to change notification settings - Fork 0
/
Farxiga.html
50 lines (45 loc) · 1.83 KB
/
Farxiga.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
<!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="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>FARXIGA</h1><br>
<table>
<tr>
<td><img src="https://5.imimg.com/data5/SELLER/Default/2022/11/SE/VS/LD/16645300/farxiga-dapagliflozin-tablets.jpg"
width="300px" height="200px" alt=""></td>
</tr>
</table>
<div class="container">
<p>Farxiga is the brand name for the medication dapagliflozin. It belongs to a class of drugs called sodium-glucose co-transporter 2 (SGLT2) inhibitors. Farxiga is primarily used to treat type 2 diabetes, but it may also be prescribed for certain cardiovascular conditions.
The primary action of Farxiga is to lower blood sugar levels by reducing the reabsorption of glucose by the kidneys and increasing urinary glucose excretion. This mechanism helps to remove excess glucose from the body through urine, thereby lowering blood glucose levels.
.</p>
</div>
</center>
</body>
</html>