H I O X INDIA
FREE ADVANCE HTML Tutorial
 HOME  ||  Scripts  ||  Purchase  ||  Tutorials  ||  Images  ||  Tools  ||  Templates 
  :-)  Send Page   :-)   Feedback   :-)   Register   :-)   Links   :-)   Support   :-)
Español Français 中文 Deutsch Portuguese Japanese தமிழ்
 Forums   Hosting   Internet Stats   Easy Calculation   FUN Games 

HTML Basic
Introduction
How To
HTML Tags
html, head, body
Text Manipulation
IMAGES
Special Effects
Using Tables
Forms
Other Topics



ADVANCED HTML
Introduction
Media
Meta Tag
Frame tags
Fieldset
Tooltip
DTD
Image tags
Subscript & Superscript
Bullet styles
Canvas
Other tags
Ask Your Doubts
More about HTML
Feedback





HTML Text


Topic

How to create striked text in html?
I want to give base and power text in html?



Explanation

Striked Font: <strike> </strike>

Any text given in between this tags will appear striked

Example:
<strike> This is striked text </strike>

Result: This is striked text


Sub script Font: <sub> </sub>

This tag will help in creating sub script or base text (e.g log base 10).

Example:
Test <sub> Sub (base) Text </sub>

Result:
Test Sub (base) Text



Super script Font: <sup> </sup>

This tag will help in creating super script text (power text - e.g: x power y).

Example:
Test <sup> Super (power) Text </sup>

Result:
Test Super (power) Text




privacy policy     license     sitemap
© 2004-2010 HIOX INDIA

Other Links