in HTML and ordered and unordered list can be nested within each other to form a multilevel list true or false
Answers
Answered by
2
Answer:
How do you make a nested unordered list in HTML?
How to build a nested list
Create the outer list first. Build the primary list (whether it's ordered or unordered). ...
Add list items to the outer list. ...
Validate before adding the next list level. ...
Add the first inner list. ...
Repeat until finished. ...
Validate frequently.
Answered by
4
Explanation:
An ordered list, created using the OL element, should contain information ... Thus, when advertising a product, one might use a definition list: ... Start tag: required, End tag: required.
Similar questions