Notice: require_once() [
function.require-once]: Unable to find the wrapper "compress.bzip2" - did you forget to enable it when you configured PHP? in
/home/h/htmlearn/html/htmlearn/index.php on line
217
Lexique CSS
Lexique CSS >> border-bottom-color
border-bottom-color: [couleur];
border-bottom-color permet de modifier la couleur de la bordure inférieure d'un élément html.
Il est conseillé d'utiliser cet élément avec les
éléments
border-bottom-style et
border-bottom-width afin qu'il fonctionne comme vous le désirez.
Application :
Code html :
<span style="border-bottom-color: #CECECE;">texte</span>