Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

25. how are <ol> and <ul> tags alike? choose the best answer only. * bo…

Question

  1. how are <ol> and <ul> tags alike? choose the best answer only. *

both need <li> tags
both have start and end tags
both make a type of lists
all of the above

Explanation:

Brief Explanations

The <ol> (ordered list) and <ul> (unordered list) tags in HTML are used to create lists. They both require <li> (list - item) tags to define individual items within the list. They are both container tags with start (<ol>/<ul>) and end (</ol>/</ul>) tags and are used to make different types of lists (ordered and unordered respectively).

Answer:

D. All of the above