Differentiate between <ul> and <ol>
tag.
Answers
Answered by
82
SEE THE ATTACHMENT ⬆️⬆️⬆️⬆️
Attachments:
Answered by
5
Both tags are the attributes used to making of list structure in HTML document.
Explanation:
- The <ul> tag is used to create unordered list and <ol> tag is used to create ordered list.
- The fullform of ul is unordered list and the fullform of ol is ordered list.
- Examples of ul elements are square, circle and disc.
- Numerical or alphabetical values are examples of ordered list.
- The unordered list is the bulleted list.
- <ul> tag are opposed to <ol> tag.
- The ul is the bulleted list, it is the opposed to the ol of numbered list.
To Learn More...
1.Differentiate between ol tag and u l tag with suitable example
https://brainly.in/question/2838904
2.Differentiate between ‘OL ‘and ‘UL’?
https://brainly.in/question/18706046
Similar questions