Horje
line under text html Code Example
underline text in html
<!-- Using 'u' tag we can draw underline below the text in HTML -->
<p>Hello all <u>Welcome here !!!</u></p>
how to underline text in html
<!-- Here are two ways to underline text in HTML -->

<!--Method 1-->
<p>The deer started <u>running</u> </p> 		<!--"Running" is underlined.-->

<!--Method 2-->
.myStyle {													   	<!--CSS-->
  text-decoration: underline;
}

<p>The deer started <span style="myStyle">running</span> </p> 	<!--HTML-->
line under text html
<u> text </u>




Html

Related
font awesome react color Code Example font awesome react color Code Example
mvc Html.DropDownList get value Code Example mvc Html.DropDownList get value Code Example
rick astley never gonna give you up Code Example rick astley never gonna give you up Code Example
innerHTML Code Example innerHTML Code Example
click on a button and start downloading data html Code Example click on a button and start downloading data html Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7