what is the shortcut key for mathematical index numbers?

Discussion in 'HTML & Website Design' started by 1associate, Aug 14, 2008.

  1. #1
    Sorry if this is the wrong place! I hope this makes some sense.

    If I wanted to put 4 to the power of 5 - how would I would I get the 5?
     
    1associate, Aug 14, 2008 IP
  2. steelfrog

    steelfrog Peon

    Messages:
    537
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #2
    In (X)HTML, you would use Super and Subscript tags:
    <sup>Supers</sup>
    <sub>Sub</sub>
    Code (markup):
    When using powers, you would use the <sup> tag.
    4<sup>5</sup>
    Code (markup):
     
    steelfrog, Aug 14, 2008 IP
  3. 1associate

    1associate Peon

    Messages:
    1,136
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for that - really good of you
     
    1associate, Aug 14, 2008 IP