skip to Main Content

What will the role of anchor tag in tabs with ul li structure – Html

I am working on lighthouse fixes. I made tab with following structure: <ul class="nav ms-5" role="tablist"> <li role="tab"> <a role="tab" class="tjs-tab__link text-dark active" href="#couponcode" data-bs-toggle="tab">Coupon Code</a> </li> <li role="tab"> <a role="tab" class="tjs-tab__link text-dark" href="#giftcards" data-bs-toggle="tab">Gift Cards</a> </li> </ul> Firstly, I…

VIEW QUESTION
Back To Top
Search