31 Mai 2015 Barre de navigation : exemple 3 by webmaster | posted in: css | 0 Home News Contact About Un background color a été ajouté pour montrer la ligne du lien. Le code expliqué <style> ul { list-style-type: none; margin: 0; padding: 0; } </style> <ul> <li><span style= »width: 60px; background-color: grey; »><a href= »#home »>Home</a></span></li> <li><span style= »width: 60px; background-color: grey; »><a href= »#news »>News</a></span></li> <li><span style= »width: 60px; background-color: grey; »><a href= »#contact »>Contact</a></span></li> <li><span style= »width: 60px; background-color: grey; »><a href= »#about »>About</a></span></li> </ul> < Un background color a été ajouté pour montrer la ligne du lien.</p>