how does html render the order ing of items in an order list
Answers
Answered by
1
Explanation:
TagDescription<ul>Defines an unordered list<ol>Defines an ordered list<li>Defines a list item<dl>Defines a description list
Answered by
0
Answer:
When set, this boolean attribute gives a hint to visual user agents to render the list in a more compact way. The interpretation of this attribute depends on the user agent. Ordered and unordered lists are rendered in an identical manner except that visual user agents number ordered list items.
Explanation:
Similar questions