Computer Science, asked by NeedSubs, 4 months ago

used to underline text.


<U>

<L>

<UN>

Answers

Answered by dattarajshinde44
0

Answer:

<u>

Explanation:

To underline a text in HTML, use the <u> tag. The <u> tag deprecated in HTML, but then re-introduced in HTML5.

Answered by anindyaadhikari13
1

Answer:-

In HTML, the <u> tag is used to underline the text.

Syntax:- <u>Text Here....</u>

Example:- <u>Welcome</u>

Output:- Welcome

Similar questions