Home » CSS » CSS Backgrounds » Question
  1. What should be added to create a horizontal menu?
    1. pure-menu-scrollable
    2. pure-menu-has-children
    3. pure-menu-selected
    4. pure-menu-horizontal
    5. None of these
Correct Option: D

For creating a horizontal menu, we add pure-menu-horizontal class name, we can mark a selected list element by adding pure-menu-selected class to the list element, to create a scrollable horizontal menu, we add pure-menu-scrollable class name.



Your comments will be displayed only after manual approval.