Quote:
Originally Posted by roger64
Yes the use of span.something is convenient too I think. There also could be:
span.underline { text-decoration:underline; }
|
Or you could have:
em.underline { font-style: inherit; text-decoration: underline}
which would help keeping the semantics (assuming you use underline for emphasis, and that there is also italic emphasis in the same document).