brurdyeverirm
New Member
Using HTML, is there any way to mix text colors according to the tags that each selection of text is inside of? This pseudocode describes the type of text color mixture that I'm trying to create:\[code\]<red> This text should be red. <blue> This text should be purple, since it is inside red and blue tags. </blue> This text should be red. <white> This text should be pink, since it is inside white and red tags. </white></red>\[/code\]Is it possible to convert this pseudocode to valid HTML, so that the colors are combined in this way?