1
HTML/CSSIntermediate#accessibility#aria
<b> and <i> are purely presentational (bold/italic with no semantic meaning). <strong> conveys strong importance and <em> conveys stress emphasis — both carry semantic weight that assistive technologies announce differently.
<p><strong>Warning:</strong> This action is <em>irreversible</em>.</p>