3 Badges
Level 1
35 Coins<!DOCTYPE html> <html> <head> <title>Practice Page</title> </head> <body> <h2>Testing Area</h2> <script> console.log("JS Working"); document.body.style.backgroundColor = "lightblue"; </script> </body> </html>@refercod.dfjd2374