Home » HTML » Html miscellaneous » Question
  1. What lines up the terms and descriptions in
    element side by side?
    1. .list-unstyled
    2. .list-inline
    3. .initialism
    4. .dl-horizontal
    5. None of these
Correct Option: D

.dl-horizontal lines up the terms and descriptions in <dl> element side-by-side, it starts off like default <dl>s, but when browser window expands it will line up side-by-side.



Your comments will be displayed only after manual approval.