Quote:
Originally Posted by DaleDe
Sigil has problems in this area and prefers the class and CSS approach which I think is not the best however, <b> is not preferred any longer and should be replaced with <strong> and by rights <i> should be replaced by <em> these days to avoid future problems.
Dale
|
No problem with W2X to select <strong> instead of <b> and <em> instead of <i>; as it is just one option to select and validate.
Could you advise me some other software other than Sigil which would allow me to read the code to check it?
@SamL
Yes the use of span.something is convenient too I think. There also could be:
span.underline { text-decoration:underline; }