Forum : List Tags
Brief description  about Online courses   join in Online courses
View Ramakrishna Laxminarayan Rao 's Profile

List Tags

Dear Sir,
While I write
<OL>
<LI type=i>Write down Goals of your life.
<LI type=ii>Practice TO DO Lists for at least 3 months.
<LI type=iii> Then it becomes a habit.

</OL>
The output is as below
i.Write down Goals of your life.
2.Practice TO DO Lists for at least 3 months.
3.Then it becomes a habit

Could u please tell me were I am wrong
Asked by Ramakrishna Laxminarayan Rao | Feb 15, 2010 |  Reply now
Replies (5)
View anil pappachan 's Profile
Dear friend,
If you are looking the answer as below

i. Write down Goals of your life.
ii. Practice TO DO Lists for at least 3 months.
iii. Then it becomes a habit.

then please type the code as below

<ol type="i">
<li>Write down Goals of your life.</li>
<li>Practice TO DO Lists for at least 3 months.</li>
<li> Then it becomes a habit.</li>

</ol>

Even it will work, if you are not closing the <li> tag

Many Thanks
Feb 17, 2010
View ramakrishna laxminarayan rao 's Profile
Thankyou sir.
Feb 16, 2010
View ramakrishna laxminarayan rao 's Profile
Thankyou Sir.
Feb 16, 2010
View teacher siliconindia 's Profile
You dint close the tag

<ol>
<li type="square"> Write down Goals of your life. </li>


<li> Practice TO DO Lists for at least 3 months.</li>


<li> Then it becomes a habit.</li>

</ol>


Regards
Feb 16, 2010
View anil pappachan 's Profile
You just have to define LI Type on the first line only
Feb 16, 2010