Tell us what’s happening:
I feel I’m html-semantics-poisoned today, but… should this challenge be describing the <u> tag the way it currently is?
MDN Web Docs warns about what the <u> tag represents:
This element used to be called the “Underline” element in older versions of HTML, and is still sometimes misused in this way. To underline text, you should instead apply a style that includes the CSS
text-decorationproperty set tounderline.
The usage notes section also seems to suggest the tag shouldn’t be thought of as merely a mean to underline texts.
Your code so far
N/A
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 Edg/88.0.705.81.
Challenge: Use the u Tag to Underline Text
Link to the challenge:
).