HTML Tutorial





Español Français 中文 Deutsch Portuguese Japanese nederlands
   
 
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


Tutorials Html

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




Other Links

web hosting