439,221 views
36 votes
36 votes
What arethe two tag codes for performing ordered and un ordered lits using HTML​

User Deepanshu Mehta
by
2.3k points

2 Answers

11 votes
11 votes

Answer:

Ordered


{ \tt{ < ol > .... < / ol > }}

Unordered


{ \tt{ < ul > .... < /ul > }}

User Alan Hay
by
2.7k points
9 votes
9 votes

Answer:

The HTML ul tag is used for the unordered list. There can be 4 types of bulleted list: To represent different ordered lists, there are 4 types of attributes in <ul> tag. This is the default style. In this style, the list items are marked with bullets.

User Sander Koedood
by
3.5k points