|
|
|
<U> Underline tag in HTML
WE can add underline to any part of the text by using <u> tag. Here is some sample code.
This is normal text and this part of the text is underlined , this is normal.
The above text is written like this.
This is normal text and <u>this part of the text is underlined</u> , this is normal
Please note that as a practice hyperlinks are underlined so by just adding underline we have to take care to differentiate from a link.
| |
|
|
|
|
|