Indicates an emphasized text, usually text rendered in italics by the browser.
Most browsers will render the contents in italics, but not all of them. Use the span element with the font style property instead.
<p><em>Apple</em> is one of the most widely cultivated tree fruits.</p>
Apple is one of the most widely cultivated tree fruits.