Code Editor Panel
Home
HTML Tutorial
HTML Colors
Run
HTML
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <p style="background-color:#f48024; color:#fff;">BACKGROUND color is orange and TEXT color is white. </p> </body> </html>
Output