forked from Antoineghaddad/HTML-Challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMario-Kareh-HTML1.html
More file actions
44 lines (44 loc) · 3.51 KB
/
Mario-Kareh-HTML1.html
File metadata and controls
44 lines (44 loc) · 3.51 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Mario-Kareh HTML1</title>
</head>
<body>
<header>
<h1>Coronavirus and COVID-19: What You Should Know</h1>
</header>
<main>
<h2 style="color:red;">What Is COVID-19?</h2>
<img src="COVID-19.jpeg" alt="error" style="width:50%"/>
<p>A coronavirus is a kind of common virus that causes an infection in your nose, sinuses, or upper throat. Most coronaviruses aren't dangerous.</p>
<p>In early 2020, after a December 2019 outbreak in China, the World Health Organization identified <b>SARS-CoV-2</b> as a new type of coronavirus.<br/>
The outbreak quickly spread around the world.</p>
<p><mark><b>COVID-19</b></mark> is a disease caused by <b>SARS-CoV-2</b> that can trigger what doctors call a respiratory tract infection. <br/>
It can affect your upper respiratory tract (sinuses, nose, and throat) or lower respiratory tract (windpipe and lungs).</p>
<p>It spreads the same way other coronaviruses do, mainly through person-to-person contact. Infections range from mild to deadly.</p>
<p><b>SARS-CoV-2</b> is one of seven types of coronavirus, including the ones that cause severe diseases like Middle East respiratory syndrome <i><b>(MERS)</b></i> and sudden acute respiratory syndrome <em><b>(SARS)</b></em>. <br/>
The other coronaviruses cause most of the colds that affect us during the year but aren’t a serious threat for otherwise healthy people.</p>
<h3 style="color:red;">Is there more than one strain of <b>SARS-CoV-2</b>?</h3>
<p>It’s normal for a virus to change, or mutate, as it infects people. A Chinese study of 103 <mark><b>COVID-19</b></mark> cases suggests the virus that causes it has done just that. <br/>
They found two strains, which they named <b>L</b> and <b>S</b>.</p>
<p>The <b>S</b> type is older, but the <b>L</b> type was more common in early stages of the outbreak. They think one may cause more cases of the disease than the other, but they’re still working on what it all means.</p>
<h3 style="color:red;">Strains of Coronavirus</h3>
<h4 style="color:red;">How Many Coronaviruses Are There?</h4>
<p>Coronaviruses didn’t just pop up recently. They’re a large family of viruses that have been around for a long time. Many of them can make people ill with sniffles or coughing. <br/>
Before the <b>SARS-CoV-2</b> outbreak, coronaviruses were thought to cause only mild respiratory infections in people.</p>
<p>The new (or <b><i>“novel”</i></b>) coronavirus is one of several known to infect humans. It’s probably been around for some time in animals.<br/>
Sometimes, a virus in animals crosses over into people. That’s what scientists think happened here. So this virus isn’t new to the world, but it is new to humans.<br/>
When scientists found out that it was making people sick in 2019, they named it as a novel coronavirus.
</p>
</main>
<footer>
<blockquote>
<b>" COVID-19</b> will reshape our world. We don't yet know when the crisis will end.
But we can be sure that by the time it does,
our world will look very different.<b>"</b><br/>
<span>--JOSEPH BORRELL--</span>
</blockquote>
</footer>
</body>
</html>