Reading from a text file
<< Previous 1, 2
Re: Reading from a text file
HiI'm just wondering how can you make it in a numeric order like, 1,2,3,4 instead of using the dot form<li>?
I've tried using the <ol> tag but it doesn't work..
Thank you
Re: Reading from a text file
try again this code- Code: Select all
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
<< Previous 1, 2