ƒυтвσĻιѕт
Kod · CSS17 qator
.und a { 

text-decoration: none;

 color: dodgerblue; 

font-size: 14pt;

font-family: Calibri;

} 

.und a:hover { 

text-decoration: underline;

 }


Kod · PHP5 qator
<?

echo'<div class="und"><a href="#">Underline</a></div>';

?>