How to achieve bold and italics in website articles? Is it necessary to use the <b>bold</b> and <i>italics</i> tags? If you really want to achieve bold or italics, you should use the <strong>strong</strong> and <em>emphasis</em> tags in CSS.