The <u> tag reffered to underline tag.This tag is used when we want to underline specific text in a webpage document.Underline tag is used to Set proper titles apart from regular text,Clarify an unfamiliar word.Any text that we want to underline put inside the opening and closing <u> tag.It is also include in HTML5 tags.

You can understand use of <br> tag by a simple example:-

e.g.

<!DOCTYPE html>
<html>
<body>
<p>
The capital of India is <u>Delhi</u>.
</p>
</body>
</html>


Result:-

The capital of India isDelhi.



Conclusion:--

So the <u> tag use to underline a text in a webpage paragraph.

<u> tag का उपयोग निर्धारित पैराग्राफ में निर्धारित टेक्स्ट को अंडरलाइन करने के लिए किया जाता है इस tag का उपयोग हम तब करते है जब हम पैराग्राफ में किसी टेक्स्ट को विशेष रूप से दिखाना चाहते है


0 comments:

Post a Comment