It is now widely preferred to use <em> instead of <i> and also <strong> instead of <b> for various reasons; the most important one being their accessibility1.
Is there a similar equivalent for <u>?
Related:
1. When a text-reader comes along text marked with <i> it does not read it with an emphasis unlike <em> and likewise for <b> and <strong>; they are merely displayed with emphasis.