Throughout my research, I have come across numerous tutorials detailing the process of creating a navigation bar. They often begin by adding an unordered list and then proceed to remove the default styling such as bullet points and margins from both the list and its items. But what benefits are there to using lists in this situation over simply utilizing a
or span
elements directly without any initial styling?