Text Effects

Text effects are powerful tools to have at your disposal as you begin the process of putting your web page together.

Usage Notes - Text Effects And Their Attributes


LambeauBear.Com

Attribute:
None

Html Code:
<font face="Arial, Helvetica, sans-serif" size="5" color="#ffffff"> LambeauBear.Com
</font>




LambeauBear.Com

Attribute:
Bold

Html Code:
<b>
<font face="Arial, Helvetica, sans-serif" size="5" color="#ffffff"> LambeauBear.Com
</font>
</b>




LambeauBear.Com

Attribute:
Italicize

Html Code:
<i>
<font face="Arial, Helvetica, sans-serif" size="5" color="#ffffff"> LambeauBear.Com
</font>
</i>




LambeauBear.Com

Attribute:
Underline

Html Code:
<u>
<font face="Arial, Helvetica, sans-serif" size="5" color="#ffffff"> LambeauBear.Com
</font>
</u>




LambeauBear.com

Attribute:
Glowing Text

Html Code:
<span style="position:relative; width:150; height:25; font-size: 30px; font-family: Arial, Helvetica, sans-serif; color: #ffffff; filter:glow(color=#ffffff,strength=2)">
LambeauBear.Com
</span>
</font>




LambeauBear.com

Attribute:
Drop Shadow

Html Code:
<span style="width: 500; height: 30; font-size: 30px; font-family: Arial, Helvetica, sans-serif; color: #ffffff; filter: dropshadow(Color=#696969, OffX=2, OffY=2, positive=2)">
LambeauBear.Com
</span>
</font>





|Close Window|