a. Flowering Plant
- Rose
- Lily
- Jasmin
b. Non Flowering Plant
- Fern
- Spore
Program :
<html>
<head>
<title> </title>
</head>
<body>
<ol type="a">
<li> Flowering Plant
</li>
<ul type="circle" >
<li> Rose </li>
<li> Lily </li>
<li> Jasmin </li>
</ul>
<li>Non Flowering Plant
</li>
<ul type="square" >
<li> Fern </li>
<li> Spore </li>
</ul>
</ol>
</body>
</html>
No comments:
Post a Comment