posted 20 years ago
Assume the following HTML:
"class" refers to the CSS label (which is contained either in the page, or in a seperate CSS file (styles.css).
So, if we have a seperate file called styles.css, we would define the following:
So essentially, "The Ranch" will be 10px, Arial, and the color blue. There are several different ways to accomplish such formatting. This one uses an external style sheet.
WS
for (int i = today; i < endOfTime; i++) { code(); }