To create a nested navigation list, the _____ element should be placed inside a list item of an outer list.

  •  
    • or

         
      1.  
    To create a nested navigation list, you'd place a

      or

        element (depending on whether you want an unordered or ordered list) inside a list item (

      1. ) of an outer list. This allows for hierarchical representation, often seen in dropdown menus or sidebar navigation structures. The outer list serves as the primary level, while the nested list offers secondary options or subcategories. 
Add your answer
Loading...

Related Quiz