Does it matter <strong> in <em> or <em> in <strong>?
问题 Does it matter <strong> in <em> <p><strong><em>Some text</em></strong></p> or <em> in <strong> ? <p><em><strong>Some text</strong></em></p> Which is semantically correct and more accessible? Update: How screen reader would behave in both situation? 回答1: Syntactically correct but not semantically correct. <strong> is an "higher order" form, so to speak, of <em> . If you're looking for the effect of <b> and <i> , use CSS. Remember to not choose elements because of how they look but what they