<html>

<head>

<title> How to make a Glass of Mango Juice?</title>


<style type="text/css">

 img

 {

   position:absolute;

   top:350px;

   left:100px; 

 }

</style>

</head>


<body>


<marquee direction="right" bgcolor="pink" height="100px" width="500px">

 <b><u> Mango Juice Preparation </u></b></marquee>

 <img src="juice.jpg" alt="Unable to Load the Image, Please specify a proper location" width="150" height="150">

<h3> Steps:</h3>

<ol><li> Take 2  Clean Mangoes and Peel it.</li>

    <li> Put 50Ml of Water, 1 Table Spoon of Sugar and the Mangoes into a Mixer.</li>

    <li> Grind the mixture for 10-15 Second.</li>

    <li> Pour the Juice into a Glass.</li> 

    <li> Add 2-3 Mint Leaves for Taste and Serve to the Guest.</li>

</ol>

 <h3> Your Mango Juice is ready!</h3>        


</body>


</html>


Comments