H I O X INDIA
FREE HTML Tutorial
Google
Web hscripts.com
 HOME  ||  Scripts  ||  Purchase  ||  Tutorials  ||  Images  ||  Tools  ||  Directories 
  :-)  Send Page   :-)   Feedback   :-)   Register   :-)   Links   :-)   Support   :-)   Bookmarks :-)  
 Forums   Hosting   Internet Stats   Easy Calculation   FUN Games 

HTML Tutorial
Introduction
How To
HTML Tags
html, head, body
Text Manipulation
IMAGES
Special Effects
Using Tables
Forms
Other Topics
Ask Your Doubts
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-2005 HIOX INDIA - hioxindia.com

Other Links