write html code for following output
• Fruit
. Bananas
.Apples
.Green
.Red
• Pears
.Vegetables
.Meat
Answers
Answered by
26
Explanation:
.<html>
<head>
<title>.....</title>
</head>
<body>
<ol>
<LI>fruit
<LI>babanas
<LI>green
<LI>red
<LI>pears
<LI>vegetables
<LI>meat
</ol>
</body>
</html>
please mark me brainliest
Similar questions