Recipes Recipesc Merged

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

<html >

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Diwali Recipes</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Diwali Recipes</h1>
<nav>
<ul>
<li><a href="diwali.html">Home</a></li>
<li><a href="history.html">History</a></li>
<li><a href="traditions.html">Traditions</a></li>
<li><a href="decorations.html">Decorations</a></li>
<li><a href="greetings.html">Greetings</a></li>
</ul>
</nav>
</header>

<section id="recipe1">
<h2>Recipe 1: Diwali Sweets</h2>
<p>Ingredients:</p>
<ul>
<li>Sugar</li>
<li>Ghee</li>
<li>Flour</li>
<li>Milk</li>
</ul>
<p>Instructions:</p>
<img src ="C:\Users\Mridul Mor\Downloads\download (3).jpeg" align =right
width =20% >

<ol>
<li>Mix sugar, ghee, flour, and milk.</li>
<li>Shape into small rounds.</li>
<li>Fry until golden brown.</li>
<li>Serve and enjoy!</li>
</ol>
</section>

<section id="recipe2">
<h2>Recipe 2: Diwali Savories</h2>
<p>Ingredients:</p>
<ul>
<li>Gram flour</li>
<li>Rice flour</li>
<li>Oil</li>
<li>Spices</li>
</ul>
<p>Instructions:</p>
<ol>
<li>Mix gram flour, rice flour, and spices.</li>
<li>Add water to make a dough.</li>
<li>Shape into small pieces and deep fry.</li>
<li>Crunchy snacks are ready!</li>
</ol>
</section>

<!-- Add more recipe sections as needed -->

</body>
</html>

You might also like