answersLogoWhite

0

H 1 N1 is just a scientific name for the Swine Flu virus.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the use of h1 tag in an HTML document?

It's used for heading, h1 stands for heading 1.


If swine flue comes from pig why do people eat pig?

You pretty much answered your own question. That is why its not called the swine flu any more. It is not in pigs, it has evolved from pigs. It is called the H1N1 virus because it attacks the hemagglutinin protein receptor (H1) and neuraminidase protein receptor. (N1) The swine flu has evolved and it is classified into many types such as the H3N1, H3N2, H1N1 viruses. The term swine flu has led to many countries, Egypt for example, to unecessarily slaughter thousands of pigs which have could have been kept alive (a little longer) for food, or manure or whatever else pigs are good for.


What types of flu create the Swine Flu?

A mixture of the standard Human Flu, Bird Flu and Pig Flu. This creates a new strain of flu called swine flu (Influenza A H1 N1).


What is H1 virus?

The term "H1 virus" typically refers to influenza A viruses that are categorized based on their hemagglutinin (H) and neuraminidase (N) proteins. These viruses can cause seasonal flu outbreaks in humans and can also lead to more serious pandemics. Influenza A(H1N1) viruses, for example, were responsible for the 2009 swine flu pandemic.


What is the default styling for h1 HTML tag?

The H1 tag is used to display Headings in HTML. <H1> Hi this is a H1 header </H1> would display like = Hi this is a H1 header =


How is H1 hypothesis rejected?

H1 hypothesis is rejected when the p-value associated with the test statistic is less than the significance level (usually 0.05) chosen for the hypothesis test. This indicates that the data provides enough evidence to reject the alternative hypothesis in favor of the null hypothesis.


Which hummer is bigger h1 or h2?

H1 by far. The H2 is taller but the H1 is way wider.


What is h1 as it relates to HTML codes?

h1 is header1 it is used to give heading,there h1 to h6 in html


What is the difference between h1 and h1?

Both are same


How do you add an H2 heading?

Use the <h1> tag. E.G. <h1>This is in a big heading</h1>


What car company makes the Hummer H1?

The H1 is a civilian vehicle based on the M998 Humvee. The H1 was originally made by the AM General company. Subsequently, General Motors made the Hummer H1 vehicle.


How do you add a background color for all h1 elements?

h1 { color: #f00; } Yields red H1 headers in shorthand for #ff0000 that is used in HTML. This will work in all cases unless an ID or a class overrides it.