HTML u Tag
HTML <u> Tag represents some specific text that should show its uniqueness from other normal text. Some Nouns for Chinese or Japanese languages are placed inside <u> Tag to show their importance in the paragraph.
Enjoying the life in Metro.
Note: This tag gives the specific underline to the content placed inside it.
This tag has been redefined in HTML5 with sole purpose of showing some specific symbols, text adjacent to normal texting.
This tag supports all global HTML attributes and has the following default CSS properties
u {
text-decoration: underline;
}