HTML Lists Ordered Unordered
Exercise - 9.1 (inserting HTML Lists Ordered Unordered)
Open the sample.html and write the following between <div id='left2'> and </div> tag.
<ol type='I'>
<li>Delhi</li>
<li>Bangalore </li>
<li>Lucknow</li>
<li>Mumbai </li>
<li>kolkata</li></ol>
<dl><dt>Branch Offices</dt>
<dd>- Kanpur</dd>
<dd>- Nagpur</dd>
<dd>- Allahabad</dd>
<dd>- Jaipur</dd></dl>
Save and then click on sample.html. The left portion of web page will look like FIG- 9.1

©
funandhobby.com (HTML Lists Ordered Unordered)