<section class="list-container"> <section class="first-list-selector"> <p>Element 1</p> </section> <section class="list-selector"> <p>Element 2</p> </section> <section class="list-selector"> <p>Element 3</p> </section> <section class="last-list-selector"> <p>Element 4</p> </section> </section>
An example of a classical list
Element 1
Element 2
Element 3
Element 4
<section class="list-container"> <section class="first-list-selector selected"> <p>Element 1</p> </section> <section class="list-selector"> <p>Element 2</p> </section> <section class="list-selector"> <p>Element 3</p> </section> <section class="last-list-selector"> <p>Element 4</p> </section> </section>
An example of a list with selector
Element 1
Element 2
Element 3
Element 4
<section class="list-container"> <a href="#"><section class="first-list-selector link"> <p>Element 1</p> </section></a> <a href="#"><section class="list-selector link"> <p>Element 2</p> </section></a> <a href="#"><section class="list-selector link"> <p>Element 3</p> </section></a> <a href="#"><section class="last-list-selector link"> <p>Element 4</p> </section></a> </section>
An example of a list with links
Element 1
Element 2
Element 3
Element 4
<section class="list-container"> <section class="first-list-selector selected"> <p>Element 1</p> </section> <a href="#"><section class="list-selector link"> <p>Element 2</p> </section></a> <a href="#"><section class="list-selector link"> <p>Element 3</p> </section></a> <a href="#"><section class="last-list-selector link"> <p>Element 4</p> </section></a> </section>
An example of a list with links
Element 1
Element 2
Element 3
Element 4
Lists Without links :
Lists With links :