The BOTTOM LINE Quote Of The Day

The BOTTOM LINE Quote Of The Day

Don't Ever Tell GOD How BIG Your Problems are.
Just Tell Your Problems How BIG your GOD is ;)

Wednesday, November 7, 2012

Design a Restaurant Menu using HTML

<html>
<head>
</head>
<body>
<div style="width:900px; margin:auto">
MENU CARD
<ol><li><b><u><h3>FOOD</h3></u></b></li>

<ul>
<li><b>Small Eats</b>
<dl>
<dt>Choco Doughnut&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;Rs- 50/-</dt>
<dd>Bite into soft , sweet doughnut embraced with chocolate that takes you on a delicious roller coaster ride.</dd>
</dl>
<dl>
<dt>Veggie Samosa&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;Rs- 10/-</dt>
<dd>Potatoes and pea cooked in south Indian spices and sealed fresh, served with home sauce.</dd>
</dl>
<dl>
<dt>Choco Brownie&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;Rs- 30/-</dt>
<dd>The world's favourite dessert-choco cake with walnut. Chewy, gooey and wowie.</dd>
</dl>
<dl>
<dt>Spicy Chicken Calzone&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;Rs- 60/-</dt>
<dd>Chicken sausage wrapped in a puff pastry with juicy onion & mustard.</dd>
</dl></li>

<li><b>Big Eats</b>
<dl>
<dt>Chicken Tikka Sandwich&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;Rs- 40/-</dt>
<dd>Tender tandoori chicken tossed in zero trans-fat mayo, sandwiched in white bread.</dd>
</dl>
<dl>
<dt>Chicken Burger&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;Rs- 50/-</dt>
<dd>Dig into the succulent chicken lapped with mayo cruncy coleslaw. Fun in a sesame bun!</dd>
</dl>
<dl>
<dt>Spinach Corn Sandwich&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;Rs- 40/-</dt>
<dd>A delectable balance of creamy spinach cheese and juicy corn, satiates you with a homely touch. Best served grilled.</dd>
</dl></li>

<li><b>Sweet Eats</b>
<dl>
<dt>Choco Black Forest&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;Rs- 35/-</dt>
<dd>Taste the familiar black forest crammed with chocolate mousse and cherries; and yet lighter and creamier.</dd>
</dl>
<dl>
<dt>Sizzle Dazzle Brownie&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;Rs- 40/-</dt>
<dd>Sizzling hot gooey choco brownie served with vanilla ice cream and chocolate sauce. Fire and ice melt as one.</dd>
</dl>
<dl>
<dt>Chocolate Fantasy&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;Rs- 45/-</dt>
<dd>A signature dessert….sinfully rich choclate cake. Try it with ice cream. Just make sure your friends are engrossed in a conversation.</dd>
</dl></li></ul>

<li><b><u><h3>BEVERAGES</h3></u></b></li>
<ul>
<li><b>Hot Coffees</b>
<dl>
<dt>Irish Coffee&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;Rs- 40/-</dt>
<dd>Coffee, sugar, cream and the smooth flavour of non-alcoholic whiskey. The Irish Coffee.</dd>
</dl>
<dl>
<dt>Macchiato&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;Rs- 40/-</dt>
<dd>Espresso's punch smoothened and mellowed by a dollop of foamed milk.</dd>
</dl>
<dl>
<dt>Espresso&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;Rs- 30/-</dt>
<dd>The original Italian-strong and dark small but packs a punch. The Godfather of coffee.</dd>
</dl></li>

<li><b>Cold Coffees</b>
<dl>
<dt>Mochachillo&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;Rs- 40/-</dt>
<dd>Rock your world with delicious combination of coffee and chocolate and chocolate poured over ice. Bye bye summer.</dd>
</dl>
<dl>
<dt>Devils Own&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;&ensp;Rs- 50/-</dt>
<dd>Get wicked with the café frappe loaded with chocolate and whipped cream. Ah, so sinful!</dd>
</dl></li></ul>

</ol>
</div></body>
</html>

No comments:

Post a Comment