Code: Select all
u {
text-decoration: underline;
}
<u>
tag is deprecated for HTML5 and no longer used.Taking a fast look at templates, I didn't find it. Most underlined texts are styled in css (e.g. border-bottom), which is the correct approach for HTML5.
"U" BBCode now returns
<span style="text-decoration: underline">underlined text</span>
.So is this tag still necessary anywhere on the forums?