The <cite>
html element is supposed to convey more semantic information than just using an <em>
. But what is the core difference in usage and purpose of them?
<cite>
goes around citations. <em>
goes around emphasised text. They have totally different semantic meanings to things like search engines and screen readers.