<u> Tag in HTML 5

In this article I am going to tell about <u> Tag in HTML 5.
  • 2001

Definition

The <u> tag represents any text that should be stylistically different from normal text, such as misspelled words, proper nouns in Chinese or Japanese etc..

Supporting Browsers

Internet Explorer, Mozilla Firefox, Google Chrome, Safari and Opera are the supporting browsers.

Example
 

<html>
<head>
       <title></title>
</head>
<body>
         <p>Hai.. this is <u>MCN SOLUTIONS</u>.</p>
</body>
</html>

Output

You can read more about HTML 5 Tags here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

© 2020 DotNetHeaven. All rights reserved.