Computer Science, asked by ayushjasrotia97, 1 year ago

Using HTML tags, write a program in which at least 10 causes of Global Warming are mentioned

Answers

Answered by siddhartharao77
1
<html>

<head>

<title>Global Warming Causes</title>

</head>

<body>

<ol type="1">

<li> Deforestation </li>

<li> Cumbustion of fossil fuels </li>

<li> Use of Factories </li>

<li> Plastic materials </li>

<li> Disruption of habitats </li>

<li> Increase in usage of chemical fertilizers </li>

<li> Gas consuming Cars </li>

<li> Population Explosion </li>

<li> Volcanic Activities </li>

<li> Greenhouse Gases</li>

</ol>

</body>

</html>




<!Hope this helps -- >

siddhartharao77: :-)
Answered by Rana786
1
<html><head>
10 Causes of Global Warming
<br><br></head><title>Global Warming Causes</title>
<body>
1) Volcanic Eruption<br>
2) Massive crop failures<br>3) Population Explosion<br> 4) Increase in usage of chemical fertilizers on croplands<br>5) Deforestation<br>6) Farming<br>7) Oil Drilling<br>8) Power Plants<br>9) Transportation<br>10) Garbage<br></body></html>
Similar questions