Day4-Exercise6(To Demonstrate Ordered list from the starting number)
<!To Demonstrate Ordered list from the starting number>
<html>
<body>
<h2>ordered list</h2>
<ol start=50>
<li>ethiopia</li>
<li>eritrea</li>
<li>sudan</li>
<ol>
<ol type="I" start="50">
<li>ethiopia</li>
<li>eritrea</li>
<li>sudan</li>
</ol>
</body>
</html>
<html>
<body>
<h2>ordered list</h2>
<ol start=50>
<li>ethiopia</li>
<li>eritrea</li>
<li>sudan</li>
<ol>
<ol type="I" start="50">
<li>ethiopia</li>
<li>eritrea</li>
<li>sudan</li>
</ol>
</body>
</html>
Comments
Post a Comment