The Mudcat Café TM
Thread #40461   Message #580283
Posted By: MudGuard
26-Oct-01 - 09:41 AM
Thread Name: HTML test thread 1 - please ignore
Subject: RE: HTML test thread 1 - please ignore
span is an HTML element used to apply Cascading Style Sheets to text. style is the attribute which contains in its value the CSS you want to apply to the text.

background-color:yellow; color:red; font-size:300%

should be self-explanatory, especially if you look at the red on yellow smiley at 3 times the size of normal text.