Menu
The u tag, or Unarticulated Annotation element, defines text that is unarticulated, such as misspelled words.
Because the <u> tag was formerly used to underline text, browsers still generally render it as underlined. However, underlined text should be created using CSS instead, and not the <u> tag.
<p>This <u>txet</u> is misspelled.</p>Have a code example of <u>? Submit a codepen.io demo and we'll showcase it here ↴