<body> <p> In this example we are showing ordered list but with border around each element </p>
<div> Following are the list known operating systems : <ol id="elementStyle"> <li>Microsoft Windows</li> <li>Apple Macintosh</li> <li>Linux</li> <li>Unix</li> </ol> </div>
</body> </html>
_________________ Please recommend / share my post if you found it helpful.