used to underline text.
<U>
<L>
<UN>
Answers
Answered by
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
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