Posts

Showing posts with the label math in blogger

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...

How To Write Math or Equation on Blogger

Image
Hey! Are you a math teacher searching for a solution to type Math Equations beautifully in blogger post . Searched tons of blog posts, YouTube and Quora relating " How to write math in blogger " or " How to use MathJax or Latex in blogger " but found no solution and working codes, eventually codes which you found while searching were actually the piece of junk. If so, then in this tutorial am going to give you a detailed tutorial with working .js code on how to write math equation on Blogspot blogger blog . Check this blog how beautifully math equations were written on blogger post:   DEMO How To Write Math Equation In Blogger 1. Login to your blogger dashboard & select your blog. 2. Goto Theme > Edit HTML. 3. Press [ CTRL + F   ] and search the code /body 4. Above /body  paste the following code: Hope this helped! If you are really benefitted by this article to write Math Equation in Blogger feel free to share and s...