indiWiz.com
SiteSearch:
Jump:

Site Map | WizTools.org | jCraze Blog
Web Developer's Den!
Home : WDD : HTML
This Article...
Print Version
Add Comment
View Comments
HTML
HTML Primer 1
HTML Primer 2
Hyperlinks
Color Guide 1
Color Guide 2
Fonts in HTML
HTML Lists
Table Tutor 1
Table Tutor 2
HTMLfx
HTML Special Characters
HTML Editors
Animation and HTML
XHTML - The Bare Facts
Sections

Commniquè
Sign Guestbook!
Read Guestbook!
MailMe!

Subhash's Guide: HTML fX

HTML is a static language. It does not have any dynamism. With the web going Java Flash & DHTML, you might wonder what I mean by 'HTML fX'. Well, by using plain HTML you can create some cool eye-catching effects...

Gradient Colored Text

Example.:

"Her eyes revealed the deepness of eternity!"

In the above example, each alphabet is wrapped in a <FONT> tag with different COLOR attributes. The software used is Color Fazer.

Jumping Text

Example.:

VirginTeen

Doesn't the jumping text convey the meaning of the words within?(!!!) The word is created using tables. Each alphabet is placed within a table data cell <TD>. The word 'V' & 'T' have been put inside a <FONT> tag with SIZE attribute set to '+2'. The <TD> attribute is set to 'middle' for 'V', 'top' for 'i', 'bottom' for 'r' and so on. So you now know how the bumpy virgin teen is created...

Pyramid, Slider etc.

Pyramid Example:

P Y R A M I D
Slider Example:

S L I D E R

This example again uses the <FONT> tag. Each alphabet is wrapped in the <FONT> tag with different SIZE attributes.


User Comments

Add Comment

[Quick Stats: Number of main threads: 0, Number of sub-threads: 0]

Sign Guestbook | Who is Subhash?
The contents of this site are copyright© 2000-2008, indiWiz.com. All Rights Reserved.