
T E X T
|
Regular font html commands and attributes can be used along with the css highlighting code.
1 The background and text color can be specified in common language or with hex numbers. This is standard. <font size=5 color=yellow><b style="background:black">This is bold.</b></font> This is bold.
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.
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.
This is relief standard.
THIS IS SHADOW BOLD.
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:
|