souligner css code example
Example 1: souligné css
text-decoration: underline;
Example 2: souligner titre css
.chimique {
text-decoration: underline;
/*text-underline-position: under;*/
}
.defaut {
text-decoration: underline;
text-underline-position: auto;
}