You are on page 1of 1

<html>

<head>

<title>Practical question 2</title>

<link rel="stylesheet" href="pr2.css">

<style>

h4{color:cadetblue}

</style>

</head>

<body>

<h1 style="color:beige">Pollution</h1>

<img src="pr2.png" height="300px" width="600px">

<h4>Pollution can be categorised on various basis. Few of them are:</h4>

<ul style="color:white">

<li>AIR POLLUTION</li>

<li>WATER POLLUTION</li>

<li>NOISE POLLUTION</li>

<li>SOIL POLLUTION</li>

</ul>

<H4>Major causes of pollution are:</H4>

<ol style="color:white">

<li>Emissions from vehicles</li>

<li>Dumping of waste in rivers</li>

<li>Loud speakers in temples</li>

<li>Excessive usage of chemical fertilisers </li>

</ol>

</body>

</html>

Css file:

body

{background-color:rgb(18, 2, 33)}

You might also like