<!-- Using 'u' tag we can draw underline below the text in HTML -->
<p>Hello all <u>Welcome here !!!</u></p>
<!-- 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-->
<u> text </u>
<u>underline</u>
<!-- The <ins> tag makes a certain part of text underlined, in contrast to
the <del> tag which strikes through certain parts of text -->
<h1> My favorite animals are <ins> cats </ins> </h1>
Code Example |
---|
Html :: image as banner html |
Html :: html accordion generator |
Html :: css animated progress bar |
Html :: html inline elements |
Html :: button attributes in html |
Html :: laravel route regular expression constraints |
Html :: greater then less then in html text |
Html :: html vs htm |
Html :: radio buttons |
Html :: year dropdown in html |
Html :: boostrap input |
Html :: bootstrap starter code |
Html :: html <br tag |
Html :: ol html |
Html :: html video element |
Html :: bootstrap nav nav tabs float right |
Html :: how to increase width of td in html |
Html :: toogle class add and remove class |
Html :: react native force light mode |
Html :: html div |
Html :: bootrsrap |
Html :: multiple countdown html js |
Html :: display date on html |
Html :: h1 html |
Html :: connect html to mysql database |
Html :: %20 in html |
Html :: how to align nav links in bootstrap 5 |
Html :: html picture tag |
Html :: boostrap card |
Html :: how to select only one checkbox in html |