Suppose I need to write something with captions in the upper and lower index, the equation of the electronic balance of a certain reaction to put in a blog, for example. You can, of course, write this:
2NO <sub>3</sub> <sup>-</sup>
But, it is expected, the browser will arrange the text in the order of writing, and not on one line, so what happens is this picture:
Is there a way in html / css to place the upper and lower indices on the same line vertically? The obvious solution is a negative indentation, but this is a crutch, moreover, it is very unreliable: A change in the font can cause the index to "float" and overlap the main text.