Computer Science, asked by simranbhel210, 9 months ago

Write html code to design restaurant menu using ordered and unordered list.

Answers

Answered by qwsuccess
11

<!DOCTYPE html>

<html>

<body>

<h2> Restaurant Menu </h2>

<ol>  

<li><h3> North Indian </h3></li>

<ul>

<li> Dal Makhni- 200 </li>  

<li>Paneer - 250 </li>  

<li>Tandoori Roti - 10 </li>    

</ul>

<li><h3> Chinese </h3></li>

<ul>

<li> Hakka Noodles - 200 </li>  

<li>Spring rolls  - 100 </li>  

<li> Cheese chilly  - 250 </li>    

</ul>

</ol>  

</body>

</html>

Attachments:
Answered by shauryapratapsinghne
3

Answer:

PLEASE COPY IT

Explanation:

<!DOCTYPE html>

<html>

<body>

<h2> Restaurant Menu </h2>

<ol>  

<li><h3> North Indian </h3></li>

<ul>

<li> Dal Makhni- 200 </li>  

<li>Paneer - 250 </li>  

<li>Tandoori Roti - 10 </li>    

</ul>

<li><h3> Chinese </h3></li>

<ul>

<li> Hakka Noodles - 200 </li>  

<li>Spring rolls  - 100 </li>  

<li> Cheese chilly  - 250 </li>    

</ul>

</ol>  

</body>

</html>

Similar questions
Math, 4 months ago