Link to home
Start Free TrialLog in
Avatar of neelam_s
neelam_s

asked on

Text Style

In my web page I want some different style of text,in that I want in my one word every letter of different orientation and different style as I have seen in some web pages.What are the different text styles.
Avatar of MasseyM
MasseyM

There is a javascript that can automatically do this.  It is called Ransom Javascript.  I will post that in a comment.  However, the text styles are:

<FONT></FONT>
this can have SIZE and COLOR as paramaters within it:
ie <FONT SIZE=2 COLOR=RED>

You can have <B></B> which will make the text Bold.
<I></I> Makes it Italic
<SUP></SUP> makes it "superscript"
<SUB></SUB> makes it "subscript"

You can always use any combination of these as well.
Avatar of neelam_s

ASKER

MasseyM
I am sorry I donn't like to reject answers of anybody but the reply you have given is not solution of my problem .These are all basic style you wrote.Any way thanks for help.If you know something else then this,It  will  be welcome.
ASKER CERTIFIED SOLUTION
Avatar of jack_p50
jack_p50

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial