Apologies if this has been answered before. What is the semantically
correct method of coding a two color header? Is this the optimal
syntax:

<h1><span class="blue_part_of_the_header">Leroy</span><span
class="red_part_of_the_header">Jenkins</span></h1>

.blue_part_of_the_header {color: blue;}
.red_part_of_the_header {color: red;}

Thanks for any help.

- Ben Liu
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to