Search
 
SCRIPT & CODE EXAMPLE
 

HTML

underline text in html

<!-- Using 'u' tag we can draw underline below the text in HTML -->
<p>Hello all <u>Welcome here !!!</u></p>
Comment

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-->
Comment

line under text html

<u> text </u>
Comment

underline text html

<u>underline</u>
Comment

PREVIOUS NEXT
Code Example
Html :: aria label 
Html :: th tag in html 
Html :: deactivate routerlinkactive 
Html :: slider input 
Html :: mobile navigation bar bootstrap 
Html :: html popup form 
Html :: update only update_at field on laravel eloquent 
Html :: fieldset margin 
Html :: tooltip 
Html :: html span tag 
Html :: html bilder einfügen 
Html :: html paragraph with spaces 
Html :: html entity close x 
Html :: form mvc async 
Html :: webviwe 
Html :: html platform 
Html :: Javascript to select td element that was clicked in a table 
Html :: type button on form 
Html :: <a href="#"<div class="fab fa-instagram"</i</a 
Html :: iconos html 
Html :: js coding practices airbnb 
Html :: square in html 
Html :: simple table in bootstrap 
Html :: disabled button by attr 
Html :: html image styling 
Html :: angularjs call js function 
Html :: dir in html 
Html :: source html 
Html :: editor html gratis online 
Html :: simple navbar 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =