Quote:
Originally Posted by pietvo
Right, and CSS should be used for layout. So what's the problem? The structure here is "different kinds of emphasis".
|
Originally the poster asked why Sigil did not use/change the <i> tag to <em> and <b> to </strong>. I just remarked that one is about layout and the other about structure. Two different methods. For structure tags the browser can use any layout it wants. For layout tags the layout is more or less fixed.
So, either use the deprecated <i> and <b> tags or do it in the stylesheet. Avoid <em> and <strong>, unless you want it for the structure instead of the layout.