How to change <td> color w/in a <div> using selectors?
I'm working on creating HTML documents of songs (specifically kPop), and colour-coding the lyrics by the singer. Originally, I was adding classes to the <tr> elements, which did work. But I was wanting to see if I could further simplify…