How do I create multicolor links in HTML?
Question
How do I create multicolor links in HTML?
Answer
Currently, we are unaware of a way to do this. When defining the link/background/vlink in your body statement, it is telling the browser how to display your web page. The last body statement that you put into your HTML file will be how the body of the document will look; meaning, you will only be able to have one color as far as the link goes.
