A Practice Question of List with Solution





Coding


<Html>
<Head>
<Title>An example of List </Title>
</Head>
<Body>
<Font size=4>
<h3>Mazedar Restaurant </h3>

<ul>
<li>Appetizers
<ol type="i">
<li> Veg Spring rolls
<li>Honey chilly
</ol>
<li> Soups

<ul>
<li> veg hot and sour soup
<ol type="a">
<li>North India
<li>South India
     <ol>
<li>Idlies
  <li>Dosa
</ol>
</ol>
</ul>
</ul>
</Font>
</Body>
</Html>

Post a Comment

Previous Post Next Post