<!DOCTYPE html> <html> <head> <style> p.textColor{ color:rgba(0,255,0,1); } </style> </head> <body> <div class="textColor">The color of the text is not green.</div> <p class="textColor">The color of the text is green.</p> </body> </html>
Run
×
Share