Underline text in CSS
The value underline adds underline to the text:
<p>
Lorem ipsum dolor sit amet.
</p>
p {
text-decoration: underline;
}
:
Repeat the example below:
The value underline adds underline to the text:
<p>
Lorem ipsum dolor sit amet.
</p>
p {
text-decoration: underline;
}
:
Repeat the example below: