<!DOCTYPE html> <html> <head> <style> p{ color:red; } samp{ color:rgb(0,255,0); } code{ color:#0000ff; } </style> </head> <body> <p>This value specify the red color.</p> <samp>This value specify the green</samp> <code>This value specify the blue color.</code> </body> </html>
Run
×
Share