Posts

Showing posts with the label superscript

How To Write Subscript And Superscript In Blogger

Image
While writing many posts it is necessary to express the letters in subscript and superscript form. Blogger does not provide any tool in blogger dashboard to write to the power or to the base in blogger posts. Though applying some HTML tricks it's possible to write "subscript" and "superscript" in blogger. How To Write To The Power ( Superscript ) Or To The Base ( Subscript ) In Blogger Post.  Subscript Suppose we have to write Carbon dioxide (CO2). How to write express carbon dioxide in its original formula form i.e. CO 2 Goto EDIT HTML  in your blogger post editor then write CO<sub>2</sub> Also Check: How To Write Beautiful Math Equations In Blogger Superscript Suppose we have to write x3 (x cube) in blogger post editor. How to write 3 to the power x i.e. x 3 . Goto Blogger Post Editor In HTML mode then write x<sup>3</sup> That's all. Now you try by yourself and design your blogger po...