This is underlined and this is struck-through aswell as bold.
<HTML>
<HEAD>
<STYLE TYPE="text/css">
EM { text-decoration: underline; }
B EM {text-decoration: line-through; }
</STYLE>
</HEAD>
<BODY>
<P>This is <EM>underlined</EM> and this is <B><EM>struck-through aswell as bold.</EM></B></P>
</BODY></HTML>