html 글자 색과 밑줄 색을 다르게 하기
<style type="text/css">
.font { font-size: 20px; color: red;}
.font_underline { color: blue;}
</style>
<font class="font_underline">
<u><span class="font"> bonjur<br></span></u>
</font>
.font : 글자 색
.font_underline : 밑줄 색.