How to Show Superscript and Subscript button in WordPress Visual Editor?
Some time we face text having some superscript and subscript text like H2O or E=mc2, In this scenario we need to edit html code by inserting <sub> and <sup> scripts i.e H2O = H<sub>2</sub>O E=mc2 = E=mc<sup>2</sup> But its difficult to change code by jumping into text editor again and again. In above picture you […]
