With the use of superscript, I want to have cm to the power of 3, abbr.
of cubic meter, as one of the options in <select>. I tried cm<sup>3</sup>
but this would just give me cm3. Is there any way to make <sup> work or
maybe another thing that I should use instead?