-
Notifications
You must be signed in to change notification settings - Fork 0
/
precautions.html
44 lines (37 loc) · 1.75 KB
/
precautions.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>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Precautions</title>
<link rel ="stylesheet" href="styles.css"
</head>
<style>
p2{
margin : 10px;
}
</style>
<body>
<h1>Precautions</h1>
<p>Some precautionary measures to prevent the spread of Corona virus:</p><br>
<section>
<ul>
<li>Wash your hands often. Use soap and water, or an alcohol-based hand sanitizer.</li>
<li>Maintain a safe distance from anyone who is coughing or sneezing.</li>
<li>Cover your nose and mouth with your bent elbow or a tissue when you cough or sneeze.</li>
<li>If you have a fever, cough and difficulty breathing, seek medical attention. Call in advance.</li>
<li>Wear gloves and masks.</li>
</ul>
</section>
<p>How it spreads</p><br>
<section>
<p2>The virus that causes the disease is usually transmitted through droplets generated when an infected person coughs, sneezes, or exhales.</p2><br>
<p2>You can be infected by breathing in the virus if you are within close proximity of someone who is infected, or by touching a contaminated surface and then your eyes, nose or mouth.</p2>
</section>
<br><p1>Note: For informational purposes only. Consult your doctor for advice.</p1>
<footer id ="footer">
<a href="index.html">Back to home</a></p>
</footer>
</body>
</html>