Experi 4.4

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<html>

<head>
<title>Lets discuss about lists <br>
Part 1 - Orderd Lists
</title>
</head>
<body>
<body background="D:\shahbaz khan\groc.1.jpg">
<font face ="Arial" color="white">
<h1><b> Grocery list Part 1</b>
<ol>
<li>Brown Bread</li>
<li>Oats</li>
<li>peanut butter</li>
</ol>
<ol type ="I">
<li>Raw juice</li>
<li>Green Tea</li>
<li>Beverages</li>
<li>Red chilli sauce</li>
</ol>
<ol type ="a">
<li>chowmin</li>
<li>maggie</li>
<li>soyabean</li>
</h1>
</font>
</body>
</html>

You might also like