Run
Back to
CSS text-decoration-style Property
<p class="test"> text-decoration-style: solid; </p> <p class="test2"> text-decoration-style: double; </p> <p class="test3"> text-decoration-style: dotted; </p> <p class="test4"> text-decoration-style: dashed; </p> <p class="test5"> text-decoration-style: wavy; </p>