In how many ways can u create list? Write the procedure to do so?
Answers
Answered by
6
Hello!
Hey friend here is your answer________

1
Secondary SchoolComputer science5 points
In how many ways can you create lists ? Write the procedure to do so
Advertisement
Ask for details FollowReport by Danu10030.07.2017

plz mention the program in which lists are to be created
Is this in HTML, or another program...please mention. Thanks! :)
Log in to add a comment
Answers

scnathAmbitious
Use ul or ol tag which is unordered or ordered lists
2.3
4 votes
THANKS
11
CommentsReport

lakshya8Virtuoso
< html>
<body>
<UL TYPE="DISC">
<LI> .....
<LI>.......
<LI>......
</UL>
<OL TYPE=1 START=234>
<LI>...
<LI>.....
<LI>....
</OL>
</BODY>
</HTML>
_______________________
Hope this answer will help u dear....
@coconeha
Hey friend here is your answer________

1
Secondary SchoolComputer science5 points
In how many ways can you create lists ? Write the procedure to do so
Advertisement
Ask for details FollowReport by Danu10030.07.2017

plz mention the program in which lists are to be created
Is this in HTML, or another program...please mention. Thanks! :)
Log in to add a comment
Answers

scnathAmbitious
Use ul or ol tag which is unordered or ordered lists
2.3
4 votes
THANKS
11
CommentsReport

lakshya8Virtuoso
< html>
<body>
<UL TYPE="DISC">
<LI> .....
<LI>.......
<LI>......
</UL>
<OL TYPE=1 START=234>
<LI>...
<LI>.....
<LI>....
</OL>
</BODY>
</HTML>
_______________________
Hope this answer will help u dear....
@coconeha
Anonymous:
why?
Similar questions