write a html program to demonstrate the ordered lists
Answers
Answered by
7
Explanation:
<html>
<head>
<title>ordered list</title>
<body bgcolor="purple" text="gold" order="">
<h1><u>ORDERED LIST</u></h1>
<h3>
Ingredients for making of coffee
<ol type="a">
<li>sugar</li>
<li>coffee powder</li>
<li>milk</li>
<ol>
</body>
</h3>
</html>
shaaran5:
thank you bro
Similar questions