⊗mkPmCLUnT 44 of 250 menu

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:

enru