|
Word Spacing
Using this attribute we can define or set the space between each words. It take the following values.
- cm : You can set the value in centimeters as 1cm etc...
- px : You can set the value in pixels as 1px or 10px etc...
- pt : you can set the value in points as 1pt or 2pt etc
- norm : on setting norm, normal / default word spacing will be taken.
Example.
<font style="word-spacing: 1cm;"> Test ; word spacing in cm</font> the result= Test ; word spacing in cm
<font style="word-spacing: 10px;"> Test ; word spacing in px </font> the result= Test ; word spacing in px
Letter Spacing
Using this attribute is the same as word spacing
Example.
<font style="letter-spacing: 1cm;"> Testing</font> the result= Testing
Vertical Alignment
Using this attribute we can decorate out text. To create base and power text. It take the following values.
- baseline : This text will be shown normal.
- sub : This text will be shown as a sub text. It will lie beneath / below normal text.
- super : This text will be shown as a super text. It will lie above normal text level.
- % : The value can be set in percentage as 50%, etc...
- pt | px | cm : The value can be set in points or pixels or cm
Example.
This is a example <font style="vertical-align: sub;"> sub line </font> Text the result= This is a example sub line Text
This is a example <font style="vertical-align:+5;"> Pixel </font> align
the result= This is a example Pixel align
Cursor Types
The cursor for any element can be set by using the cursor property
Example Tag: <FONT style="cursor: crosshair"> this is a pointer type cursor </FONT>
Result (go over the text with the mouse)
this is a pointer type cursor
The cursor property can take many values as described in the below table
|
Value |
Result (go over the text with the mouse) |
|
pointer |
a hand symbol |
|
crosshair |
+ symbol |
|
move |
move symbol |
|
wait |
loading symbol |
|
help |
question symbol |
|
With a filter : opacity and style 3(color=yellow)
<DIV style="FILTER: alpha(opacity=100,finishopacity=0,style=3);
WIDTH: 300px;BACKGROUND-COLOR:yellow" align=center>
<FONT color=#ff0000 size=5><B>The text</B></FONT></DIV>
With a filter : opacity and style 2(color=yellow)
<DIV style="FILTER: alpha(opacity=100,finishopacity=0,style=2);
WIDTH: 300px;BACKGROUND-COLOR:yellow" align=center>
<FONT color=#ff0000 size=5><B>The text</B></FONT></DIV>
With a filter : opacity and style 2(color=yellow) and 3(color=red)
<DIV align=center>
<DIV style="FILTER: alpha (opacity=200,finishopacity=0,style=2);
WIDTH: 365px; BACKGROUND-COLOR:yellow" align=center>
<DIV style="FILTER: alpha(opacity=100,finishopacity=0,style=3);
WIDTH:205px; BACKGROUND-COLOR: red" align=center>
<FONT color=white size=5><STRONG> <BR>The text <BR> <BR>
</FONT></STRONG></DIV></DIV></DIV>
With diffrent size
<FONT face=garamond color=#ffcc00 size=3>H<FONT size=4>
E<FONT size=5>R<FONT size=6>M<FONT size=7>
I<FONT size=7>N<FONT size=6>A<FONT size=5>
T<FONT size=4>O<FONT size=3>R
</FONT></FONT></FONT></FONT></FONT>
</FONT></FONT></FONT></FONT></FONT>
HERMINATOR
With vertical-align and diffrent size
<FONT face=garamond color=#ffcc00 size=7>H
<FONT style="vertical-align:5px;" size=6>E
<FONT style="vertical-align:3px;" size=5>R
<FONT style="vertical-align:2px;" size=4>M
<FONT style="vertical-align:1px;" size=3>I
<FONT style="vertical-align:0px;" size=3>N
<FONT style="vertical-align:-1px;" size=4>A
<FONT style="vertical-align:-2px;" size=5>T
<FONT style="vertical-align:-3px;" size=6>O
<FONT style="vertical-align:-5px;" size=7>R
</FONT></FONT></FONT></FONT></FONT>
</FONT></FONT></FONT></FONT></FONT>
H
E
R
M
I
N
A
T
O
R
With vertical-align,letter-spacing and diffrent size
<FONT face=garamond style="letter-spacing:0px" size=7>H
<FONT style="vertical-align:4px;" size=6>E
<FONT style="vertical-align:5px;" size=5>R
<FONT style="vertical-align:8px;" size=4>M
<FONT style="vertical-align:11px;"color=yellow size=3>I
<FONT style="vertical-align:0px;" size=3>N
<FONT style="vertical-align:11px;"color=red size=4>A
<FONT style="vertical-align:8px;" size=5>T
<FONT style="vertical-align:5px;" size=6>O
<FONT style="vertical-align:4px;letter-spacing:-256px" size=7>R
<FONT style="vertical-align:-0px;letter-spacing:0px" color=red size=7>H
<FONT style="vertical-align:-4px;" size=6>E
<FONT style="vertical-align:-5px;" size=5>R
<FONT style="vertical-align:-8px;" size=4>M
<FONT style="vertical-align:-11px;" color=gold size=3>I
<FONT style="vertical-align:-0px;" size=3>N
<FONT style="vertical-align:-11px;"color=yellow size=4>A
<FONT style="vertical-align:-8px;" size=5>T
<FONT style="vertical-align:-5px;" size=6>O
<FONT style="vertical-align:-4px;" size=7>R
</FONT></FONT></FONT></FONT></FONT>
</FONT></FONT></FONT></FONT></FONT>
</FONT></FONT></FONT></FONT></FONT>
</FONT></FONT></FONT></FONT></FONT>
H
E
R
M
I
N
A
T
O
R
H
E
R
M
I
N
A
T
O
R
With vertical-align,letter-spacing and the flip filter
<Font color=navy size=6><EM>
HERMINATO<FONT style="letter-spacing:-230px">R</EM>
<FONT color=#5001ED style="letter-spacing:-0px;height:10;
vertical-align:-22px;filter:FlipV()" size=6>
<EM>HERMINATOR</EM>
</FONT></FONT></FONT>
HERMINATOR
HERMINATOR
LIST-STYLE-TYPE
|
The types are :
| | |
| circle | |
| square | |
| disk | |
| decimal | |
| lower-alpha | |
| upper-alpha | |
| lower-roman | |
| upper-roman |
|
|
The Code :
| |
<LI style="LIST-STYLE-TYPE: circle> | | |
<LI style="LIST-STYLE-TYPE: square> |
| |
<LI style="LIST-STYLE-TYPE: disc> |
| |
<LI style="LIST-STYLE-TYPE: decimal> |
| |
<LI style="LIST-STYLE-TYPE: lower-alpha> |
| |
<LI style="LIST-STYLE-TYPE: upper-alpha> |
| |
<LI style="LIST-STYLE-TYPE: lower-roman> |
| |
<LI style="LIST-STYLE-TYPE: upper-roman> |
|
|
Some effects
|
List Item | <LI style="LIST-STYLE-TYPE: circle;color:red"><font color=blue>List Item </FONT> |
|
List Item | <LI style="LIST-STYLE-TYPE: square;color:green"><font color=yellow>List Item </FONT> |
|
List Item | <LI style="LIST-STYLE-TYPE: disc;color:blue"><font color=red>List Item </FONT>
|
Some examples
fruit
country
- Belgium
- Spain
- USA
- Utah
- California
- Etc.
- France
|
The code
<U>fruit</U><UL>
<LI style="LIST-STYLE-TYPE: circle;color:red"><font color=blue>apples </FONT>
<LI style="LIST-STYLE-TYPE: circle;color:red"><font color=blue>lemmon</FONT>
<LI style="LIST-STYLE-TYPE: circle;color:red"><font color=blue>banana </FONT>
</UL>
<U>country</U><UL>
<LI style="LIST-STYLE-TYPE: square;color:green"><font color=yellow>Belgium </FONT>
<LI style="LIST-STYLE-TYPE: square;color:green"><font color=yellow>Spain</FONT>
<LI style="LIST-STYLE-TYPE: square;color:green"><font color=yellow>USA</FONT>
<OL>
<LI style="LIST-STYLE-TYPE: upper-roman;color:white"><FONT style="background:red;width:100">Utah</FONT>
<LI style="LIST-STYLE-TYPE: upper-roman;color:white"><FONT style="background:blue;width:100">California</FONT>
<LI style="LIST-STYLE-TYPE: upper-roman;color:white"><FONT style="background:green;width:100">Etc.</FONT>
</OL>
<LI style="LIST-STYLE-TYPE: square;color:green"><font color=yellow>France</FONT></UL>