<center><blackface><font size=6 color=999999 effect=shadow>Loading Error. Please Reload.</blackface></font></center>


H I G H L I G H T

T E X T




We can highlight text - a letter, word, phrase or more - using css code by itself or in combination with standard html.



Using Standard HTML With CSS

Regular font html commands and attributes can be used along with the css highlighting code.

EXAMPLES

1

The background and text color can be specified in common language or with hex numbers.

<font size=5 color=#000000 style="background-color:yellow">This is standard.</font>

This is standard.

<font size=5 color=yellow><b style="background:black">This is bold.</b></font>

This is bold.


2

Text can be italic or teletype, as well as plain.

<font size=5 color=36d5ff><i style="background:#000000">This is italic.</i></font>

This is italic.

<font size=6 color=yellow><tt style="background:#777777">This is teletype.</tt></font>

This is teletype.


3

Emboss, relief, and shadow attributes can be used.

<font size=7 color=dodgerblue><i style="background:#56aaff;text-decoration:emboss">THIS IS EMBOSS ITALIC.</i></font>

THIS IS EMBOSS ITALIC.


<font size=7 color=#666666 style="background:#777777;text-decoration:relief">This is relief standard.</font>

This is relief standard.


<font size=7 color=dodgerblue><b style="background:#999999;text-decoration:shadow">THIS IS SHADOW BOLD.</b></font>

THIS IS SHADOW BOLD.



Using Only CSS Code

No <font> tag is needed for text color or text size by using this code. The following demonstrates the highlight color and text color code:

<b style="background:pink;color:#4c1c1c">This will serve as a test.</b>

This will serve as a test.

Color in the code refers to text color. Text size will be default 3 when not specified in the css code. The following demonstrates the code when font size is specified as well:

<b style="background:lightblue;color:#147c7b;font:x-large">This will serve as a test.</b>

This will serve as a test.

Text size choices are:
xx-small
x-small
small
large
x-large
xx-large


CSS Fonts

Transparent Fonts




Click to record your visit!




Contact Ty_Tutes Ty_Tools



Copyright © 1999 -   Ty_Tutes by Tyhart   All Rights Reserved