Answers for "how to underline a text in html with dashed line"

CSS
-1

dotted underline css

.dotted { 
  border-bottom: 1px dotted; 
}

<p><span class="dotted">some text</span></p>
Posted by: Guest on October-27-2020

Browse Popular Code Answers by Language