Open tommygebru opened 6 years ago
Your unordered list elements dont actually contain list items, instead you used the span element. Consider this structure
<li><span> <a href="#">Click on me</a> </span></li>
Your unordered list elements dont actually contain list items, instead you used the span element. Consider this structure