I have been developing for some time and often develop sites using menu tabs.
And I canβt understand why there are so many web developers like using <ul> li> lists, etc., and not just using old old divs.
I can create menus in divs that are simple and work fine in every browser. With lists, I usually try to hack it anyway so that it works correctly.
So my question is simple: why use lists to create my menus instead of divs?
source
share