Working with Specialized Semantic Elements - How Do You Display Mathematical Equations and Chemical Formulas in HTML?

Tell us what’s happening:

(Typo Issue) It is written in here that “It is important to note that the superscript element should only be used for typographical reasons.”
but in the last question of the quiz, the question is “What should be used instead of the superscript element if you want to style text with a raised baseline for typographical reasons?” with the answer being CSS.

Your browser information:

Challenge Information:

Working with Specialized Semantic Elements - How Do You Display Mathematical Equations and Chemical Formulas in HTML?

that should be updated

sup is for typographical purposes

if it’s only for look, then it’s CSS

see <sup>: The Superscript element - HTML | MDN

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.