Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

bc210422176

Mafia
Assignment 01
CS202

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Chicken Biryani Recipe</title>
<style>
body {
font-family: "Times New Roman",
font-size: 20px;
}
h1 {
color: DarkMagenta;
text-align: center;
font-weight: bold;
}
h2 {
color: Tomato;
text-align: left;
}
ul {
list-style-type: circle;
}
ol {
list-style-type: square;
}
table {
border: 1px solid blue;
width: 50%;
margin: 20px auto;
text-align: center;
}
</style>
</head>
<body>
<h1>Recipe for Chicken Biryani</h1>
<p>Here's a recipe for Chicken Biryani, a flavorful and aromatic dish that
combines tender chicken with fragrant rice and a blend of spices.</p>

<h2>List of Ingredients</h2>
<ul>
<li>Chicken</li>
<li>Rice</li>
<li>Yogurt</li>
<li>Onions</li>
<li>Tomatoes</li>
<li>Ginger</li>
<li>Garlic</li>
<li>Oil</li>
<li>Green chilies</li>
<li>Spices (e.g., Salt, Red Chilli, Turmeric, Roasted Cumin, Coriander,
Garam Masala, etc.)</li>
</ul>

<h2>Cooking Time</h2>
<ul style="list-style-type:square;">
<li>Preparation: 20 minutes</li>
<li>Cooking: 40 minutes</li>
<li>Total: 1 hour</li>
</ul>

<h2>Recipe</h2>
<ol>
<li>Mix tomato puree, yogurt, ginger garlic paste, green chilli paste, red
chilli powder, turmeric powder, roasted cumin powder, garam masala, coriander
powder, and salt. Stir well.</li>
<li>Marinate the chicken with this mixture and keep aside for 30
minutes.</li>
<li>Heat oil in a pan. Fry the onions until golden brown.</li>
<li>Add the marinated chicken and cook for 10 minutes.</li>
<li>Add 4 cups of water to the rice.</li>
<li>Add cardamom powder. Add the chicken pieces.</li>
<li>Pressure cook the rice. Mix gently.</li>
<li>Garnish with green coriander leaves and serve hot.</li>
</ol>

<table>
<tr>
<th>Student Name</th>
<th>Student ID</th>
</tr>
<tr>
<td>Mafia</td>
<td>BC210422176</td>
</tr>
</table>
</body>
</html>

You might also like