60.5k views
3 votes
What arethe two tag codes for performing ordered and un ordered lits using HTML​

2 Answers

7 votes

Answer:

Ordered


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

Unordered


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

User Robert Watkins
by
4.7k points
4 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 FuegoFingers
by
5.5k points