How do you underline html text so that the line beneath the text is dotted rather than the standard underline? Preferably, I would like to do this without using a separate C
It's impossible without CSS. In fact, the tag is simply adding text-decoration:underline to the text with the browser's built-in CSS.
text-decoration:underline
Here's what you can do: