bko
0
Q:

underline text using css

h3 {
  text-decoration: underline;
}
10
text-decoration: underline;
1
/* Using 'text-decoration' property with 'underline' value. we can draw underline below the text using css */
<style>
p {
  text-decoration: underline;
}
</style>
<p>Hello all Welcome here !!!</p>
6
h3 {
  text-decoration: underline;
}
6

New to Communities?

Join the community