Search This Blog

HTML OL Tag With Start Attribute Example

HTML OL Tag With Start Attribute Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> OL Tag With Start Attribute Example </h2>

<ol start="7">
<li> item A </li>
<li> item B </li>
<li> item C </li>
</ol>

<ol start="56">
<li> item A </li>
<li> item B </li>
<li> item C </li>
</ol>

</body>
</html>
OUTPUT

No comments:

Post a Comment