how we write 2 to the power 4 in HTML????
By nitin9977
@nitin9977 (30)
India
3 responses
@systems (459)
• India
19 Dec 09
You must use 'sup' (superscript) tag to raise the character a bit..
Eg: 2 to the power of 4. etc..
Similarly, you must use 'sub' (subscript) tag to lower the character a bit..
Eg: Water: H2O etc..
most of the HTML Editors will have these option.
@ganeshj86 (255)
• India
13 Dec 09
HI nitin
Use superscript tag to display 2 to the power 4.You will type the start tag and end tag.Between thers two tags you will type 4.