About
Explore
Events & Classes
Support Us
Join
Sign In
usertoy
View Project Page
Run
Fullscreen
usertoy s code project 2
HTML
CSS
JS
<!DOCTYPE html> <html> <head> <style> body { background-color: pink; } </style> </head> <body> <h1>Hi!</h1> <p>This page has a pink background color! you can't also change the color</p> </body> </html>