Here is the code snippet I am working with:
<p>Test
<sup>1</sup>
<sup>, 2</sup>
</p>
The output of this code is "1 , 2". I am having trouble applying styles to the sup
elements, as there are no margins or paddings set. Can someone suggest the appropriate style to apply to all but the first sup
element?