QUESTION IMAGE
Question
- 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
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).
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
D. All of the above