The <u> tag in HTML is used to underline a part or the entire content inside it. When using this tag, the text will be displayed with an underline.
Note:
Here is an example of how to use the <u> tag in HTML:
<p>Đây là một đoạn văn bản có <u>phần gạch chân</u>.</p>
result
Đây là một đoạn văn bản có phần gạch chân.