What should I do to have all the <u></u> on the page have a dotted underline?
<u></u>
In CSS we write:
u { border-bottom: 1px dashed #000080; }
text-decoration:underline;
Source: https://ru.stackoverflow.com/questions/103421/More articles:Quotes in MySQL queryException when working with databasePhp termsPHP OOP QuestionInformer from other resourcesAssigning input to a new variableHow to write to a variable element heightMultidimensional arraysHandle windows and javaHow to remove indentAll Articles