html
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
<!--This is my first code of Html.I just started learning it few days ago and I think,I am making a good progress.What do you think about this let me know in the comments. As I don't know any css or js I made this entirely in html.
Author-Jigyasu-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"></meta>
<title>Corona Virus</title>
<style> html { min-height: 100%; } body { background: -webkit-linear-gradient(left, #ece9e6, #ffffff); background: -o-linear-gradient(right, #ece9e6, #ffffff); background: -moz-linear-gradient(right, #ece9e6, #ffffff); background: linear-gradient(to right, #ece9e6, #ffffff); background-color: #ece9e6; } </style>
</head>
<body>
<center> <h1><font color="black">CORONA VIRUS ☣</h1><marquee><h4><font color="#8a0303">A THREAT TO HUMAN SPECIES?</font></h4></marquee></center>
</font> </br>
<h4>What is Corona Virus?</h4>
<p>A<strong> coronavirus</strong> is one of a number of viruses that cause diseases in mammals and birds. In <b>humans</b>, the viruses cause respiratory infections, including the common cold, which are typically mild, though rarer forms such as <ul type=""> <li>MERS</li>
<li>COVID-19</li>
</ul>can be lethal. Symptoms vary in other species: in chickens, they cause an upper respiratory disease, while in cows and pigs coronaviruses cause diarrhea. There are no vaccines or antiviral drugs to prevent or treat human coronavirus infections.</p>
<center> <img src="https://media.npr.org/assets/img/2020/01/22/sciencesource_ss2413465-bd5e295079f203794a6d35a99a4db82fa5615d4d-s1100-c15.jpg"
hieght="100%"
width="100%"
alt="coronavirus"><img></center></br>
<h4>Detailed overview:-</h4>
<p>Coronaviruses (CoV) are a large family of viruses that cause illness ranging from the common cold to more severe diseases such as Middle East Respiratory Syndrome (MERS-CoV) and Severe Acute Respiratory Syndrome (SARS-CoV). A novel coronavirus (nCoV) is a new strain that has not been previously identified in humans.
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
alert ("This is my first code of Html.I started learning it just few days ago and I think, I am making a good progress.What do you think about this let me know in the comments and upvote it.")
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run